Tag Input
An input field for entering multiple values, displayed as chips.
Copy
Installation
Run the following command to install the `tag-input` components:
Copy
npx shadcn-svelte@latest add https://more-shadcn.noair.fun/r/tag-input.json
Validation
You can pass a
validate function. Tags won't be added if they return false. Copy
Styles & Limits
Customize the internal `Chip` variant or set a maximum number of tags.
Copy