Installation
Examples
Tag selection
Select multiple options, see chips for each.
ReactTypeScriptTailwind CSSNext.js
Vue
Svelte
Angular
Astro
Nuxt
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| options* | Option[] | required | Array of {value, label} options. |
| value | string[] | [] | Controlled selected values. |
| onChange | (v: string[]) => void | — | Called on selection change. |
| placeholder | string | — | Placeholder when empty. |
| maxItems | number | — | Limit selectable count. |
| searchable | boolean | true | Enables type-to-filter. |