Chip
Default
Default
Props
| Prop | Type | Default | Notes |
|---|---|---|---|
| label | string | — | Pill text. |
| chipClass | string | — | Color and shape classes. |
| style | string | '' | Inline style for the pill. |
| ariaLabel | string | locale | Accessible name for the remove button. |
| removeButtonClass | string | '' | Extra classes for the remove button. |
| removeButtonStyle | string | '' | Inline style for the remove button. |
| tooltip | string | — | Tooltip text for the pill. |
| disabled | boolean | false | Disables the remove/toggle button. |
| onRemove | () => void | — | Renders the remove button. |
| active | boolean | false | Pressed state in toggle mode. |
| onclick | () => void | — | Renders the toggle button instead of the static pill. |