Chips help people enter information, make selections, filter content, or trigger actions.
prefix - Renders content at the start of the chip, before the default content.
suffix - Renders content at the end of the chip after the default content.
select - Content to render when the chip in selected state.
remove - Content to override the default remove chip icon.
base - The base wrapper of the chip.
prefix - The prefix container of the chip.
suffix - The suffix container of the chip.
Emits an event when the chip component is removed. Returns the removed chip component.
Emits event when the chip component is selected/deselected and any related animations and transitions also end.
Sets the disabled state for the chip.
Defines if the chip is removable or not.
Defines if the chip is selectable or not.
Defines if the chip is selected or not.
A property that sets the color variant of the chip component.
Chips help people enter information, make selections, filter content, or trigger actions.
Slot
Slot
prefix - Renders content at the start of the chip, before the default content.
Slot
suffix - Renders content at the end of the chip after the default content.
Slot
select - Content to render when the chip in selected state.
Slot
remove - Content to override the default remove chip icon.
Csspart
base - The base wrapper of the chip.
Csspart
prefix - The prefix container of the chip.
Csspart
suffix - The suffix container of the chip.