Components
Loading preview...
ChatGPT said: This InputWithSelect component is a reusable form element built with shadcn/ui that combines a numeric/text input and a dropdown select in a single, styled container. Unlike the default number input, it uses Lucide icons for increment and decrement controls, giving a modern, customizable look.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/input-with-selectimport InputWithSelect from "@/components/ui/input-with-select";
export default function DemoOne() {
return <InputWithSelect />;
}