Components
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.
Loading preview...
import InputWithSelect from "@/components/ui/input-with-select";
export default function DemoOne() {
return <InputWithSelect />;
}