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