Components
Input with tags component made with framer motion and tailwind css.
Loading preview...
import { InputWithTags } from "@/components/ui/input-with-tags"
const InputWithTagsDemo = () => {
return <InputWithTags/>
}
export { InputWithTagsDemo }