Actions

Link

Styled link element. Wraps the Polaris <s-link> web component.

Usage

<template>
  <ShLink href="https://shopify.dev" target="_blank">Shopify Docs</ShLink>
  <ShLink tone="critical" href="/delete">Delete item</ShLink>
</template>

Props

PropTypeDefaultDescription
tone'auto' | 'critical' | 'neutral'Color tone
hrefstringLink destination
target'auto' | '_blank' | '_self' | '_parent' | '_top' | stringLink target
downloadstringDownload attribute
langstringLanguage attribute
accessibilityLabelstringAccessible label
command'--auto' | '--show' | '--hide' | '--toggle'Command for invoketarget pattern
commandForstringTarget element ID for command
interestForstringTarget element ID for interest

Slots

SlotDescription
defaultLink content

Polaris Element

Renders as <s-link>. See Polaris Link docs.

© 2026 KiriminAja. Polaris and Shopify are trademarks of Shopify Inc.

KiriminAja not affiliated with Shopify.