A Component to select tags, simple and stylish
npx shadcn@latest add https://21st.dev/r/m.umairwaheedansari/tags-select
Loading preview...
import Component from "@/components/ui/tags-select"; export default function DemoOne() { return <Component />; }