Chip

Chips are compact elements that represent an input, attribute, or action.

Chip

Default

Render simple chips with optional close behavior.

Code copied

Tag styles

Choose a presentation with tag-style.

Code copied

Round

Use round for pill chips. Arrow remains left-round and right-pointed.

Code copied

Size

Use size to fit compact controls or stronger status labels.

Code copied

Combinations

Combine color, tag style, round, size, and icons after reviewing each property above.

Code copied

Color

Color chips using the Sax Design palette or custom values.

Code copied

Transparent

Use transparent for a lighter, outlined appearance.

Code copied

Icon

Add a leading icon with the icon prop.

Code copied

Closable

Remove chips interactively when closable is enabled.

Code copied

Add and Remove Items

Combine s-chips with multiple s-chip children to add and remove tags.

Code copied

API

PROPS

PropertyTypeValuesDescriptiondefaultExampleMore
v-modelBooleantruefalseVisibility when closable.true
textStringStringChip label text.
closableBoolean, StringtruefalseShow close button.
colorStringprimarysuccessdangerwarningdarkRGBHEXChip color.
transparentBooleantruefalseTransparent background style.
tag-styleStringdefaultoutlinedashedmarkarrowflagTag presentation. Mark and arrow include distinct geometry.default
roundBooleantruefalsePill geometry. Mark and arrow use round-safe variants.
sizeStringsmalldefaultlargeChip size.default
iconStringMaterial icon nameLeading icon inside chip.
close-iconStringMaterial icon nameClose button icon.clear
No matching data

EVENTS

PropertyTypeValuesDescriptiondefaultExampleMore
update:modelValueEmitted when visibility changes (closable).
clickEmitted on chip click.
closeEmitted when chip is closed.
s-removeEmitted when chip removed in chips group.
No matching data
Last Updated: 2026-08-17, 08:33:54