Components
Loading preview...
Input with tags component made with framer motion and tailwind css.
@chetanverma16
npx shadcn@latest add https://21st.dev/r/chetanverma16/input-with-tagsimport { InputWithTags } from "@/components/ui/input-with-tags"
const InputWithTagsDemo = () => {
return <InputWithTags/>
}
export { InputWithTagsDemo }