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