Loading preview...
Here is Number Input component
@anubra266
npx shadcn@latest add https://21st.dev/r/anubra266/number-input
import Basic from "@/components/ui/number-input"; export default function DemoOne() { return <Basic />; }