Content

ClickableChip

Clickable chip element. Wraps the Polaris <s-clickable-chip> web component.

Usage

<template>
  <ShClickableChip color="green" removable>Active filter</ShClickableChip>
  <ShClickableChip href="/products" command-for="filter-popover" command="--show">
    Products
  </ShClickableChip>
</template>

Props

PropTypeDefaultDescription
colorstringChip color
accessibilityLabelstringAccessible label
removablebooleanShows a remove button
hiddenbooleanHides the chip
disabledbooleanDisables the chip
hrefstringMakes the chip a link
command'--auto' | '--show' | '--hide' | '--toggle'Command for invoketarget pattern
commandForstringTarget element ID for command
interestForstringTarget element for interest

Slots

SlotDescription
defaultChip content

Polaris Element

Renders as <s-clickable-chip>. See Polaris ClickableChip docs.

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

KiriminAja not affiliated with Shopify.