Components
Loading preview...
shadcn/ui input with tags
npx shadcn@latest add https://21st.dev/r/originui/input-with-tagsimport { InputDemo } from "@/components/ui/input-with-tags";
function InputWithTagsDemo() {
return (
<div className="block">
<InputDemo />
</div>
);
}
export { InputWithTagsDemo };