shadcn/ui input with tags
import { InputDemo } from "@/components/ui/input-with-tags"; function InputWithTagsDemo() { return ( <div className="block"> <InputDemo /> </div> ); } export { InputWithTagsDemo };
Part of Origin UI — browse the full library on 21st.dev.