Installation
Examples
Filter chips
Click to toggle selection.
With avatar
Show user avatar inside the chip.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| selected | boolean | false | Whether the chip is toggled on. |
| onClose | (e: MouseEvent) => void | — | Called when the remove button is clicked. |
| avatar | ReactNode | — | Avatar element rendered at the start. |
| icon | ReactNode | — | Icon rendered at the start. |
| closable | boolean | false | Shows a remove button. |