Number Stepper

Compact number control with minus and plus buttons flanking a centered mono value.

4

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Input6 } from "@/components/beste/piece/input6";

<Input6
  value={4}
  min={0}
  max={12}
/>