Installation
Examples
Colors and variants
5 colors × soft, solid, outline.
ReactCompletedFeaturedReview
Closable
Remove button on right.
ReactTypeScriptTailwind CSS
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| closable | boolean | false | Shows a remove button. |
| onClose | () => void | — | Called when the tag is closed. |
| icon | ReactNode | — | Icon rendered before the label. |
| color | 'primary'|'success'|'warning'|'danger'|'neutral' | 'neutral' | Color scheme. |
| variant | 'solid'|'outline'|'soft' | 'soft' | Visual style. |