Chip Component
The chip component.
Properties
Name | Type | Default | Description |
---|---|---|---|
disabled | boolean | false | Whether the chip is disabled or not. |
selected | boolean | false | Whether the chip is selected or not. |
size | "sm" | "md" | 'md' | The size of the chip. |
value | string | undefined | The value associated with the chip.\ Use it when chips are children of chip-group. This value has to be unique among sibling chips. |
Slots
Name | Description |
---|---|
default | Default content slot for chip text. |
leading-icon | The slot for an optional leading icon. |
trailing-icon | The slot for an optional trailing icon. |