Chip

Attribute Type Documentation Default Value
id :string

Unique identifier for the chip component

variant :string

Variant of the chip

"fill"
size :string

Size of the chip

"md"
is_selected :boolean

If true, the chip is selected

false
class :string

Additional CSS classes for the chip

""
rest :global

Additional HTML attributes for the chip

inner_block :slot

Inner block of the chip

Is selected Chip
start_content :slot

Content to be displayed at the start of the chip

end_content :slot

Content to be displayed at the end of the chip