Docs
Tag Input
A chip-style tag input. Type and press Enter or comma to add tags. Click × to remove.
Component Blueprint
Majestic Real-Time Rendering
Installation
$ npx @cosmoo/oblivion add tag-inputPackages
npm install lucide-reactUsage Detail
tsx
import { TagInput } from "@/components/oblivion/tag-input"
export default function TagInputDemo() {
return <TagInput />
}import { TagInput } from "@/components/oblivion/tag-input"
export default function TagInputDemo() {
return <TagInput />
}