TagInput
TagInput Component
Playground
ReactTypeScript
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| placeholder | text | — | |
| maxTags | number | — |
Default
ReactTypeScript
Empty
MaxTags
ABC
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
maxTags | number | — | Maximum tags allowed |
placeholder | text | — | Input placeholder |
Using TagInputtsx
import { TagInput } from '@/components/TagInput'
<TagInput
placeholder="..."
maxTags="..."
/>Tokens Used
No design tokens detected