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