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