Skip to main content
<juo-chip label="SAVE10">Chip</juo-chip>
Compact label chip with an optional dismiss button. Supports a loading spinner (rendered in place of the close icon while a removal is pending) and a disabled state.

Usage

<juo-chip label="SAVE10">Chip</juo-chip>

Reference

Parameters

label
attr · string
required
closable
attr · boolean
default:"false"
loading
attr · boolean
default:"false"
disabled
attr · boolean
default:"false"
close-aria-label
attr · string

Events

The element dispatches native CustomEvents; the payload is in event.detail.
close
CustomEvent
event.detail: []