Utility
AI
Terminal
Installation
pnpm dlx shadcn@latest add https://termcn.dev/r/tag-input.json
Usage
import { TagInput } from "@/components/ui/tag-input";<TagInput placeholder="Add a tag…" onChange={(tags) => {}} />API Reference
TagInput
| Prop | Type | Default |
|---|---|---|
value | string[] | undefined |
onChange | (tags: string[]) => void | undefined |
placeholder | string | "Type and press Enter…" |
maxTags | number | undefined |
delimiter | string | undefined |