Here is Tags Input component
npx shadcn@latest add https://21st.dev/r/anubra266/basic-tags-input
Loading preview...
import TagsInputBasic from "@/components/ui/basic-tags-input"; export default function DemoOne() { return <TagsInputBasic />; }