Skip to content

Chip Component

The chip component.

Properties

NameTypeDefaultDescription
disabledbooleanfalseWhether the chip is disabled or not.
selectedbooleanfalseWhether the chip is selected or not.
size"sm" | "md"'md'The size of the chip.
valuestringundefinedThe value associated with the chip.\ Use it when chips are children of chip-group. This value has to be unique among sibling chips.

Slots

NameDescription
defaultDefault content slot for chip text.
leading-iconThe slot for an optional leading icon.
trailing-iconThe slot for an optional trailing icon.