Compact number control with minus and plus buttons flanking a centered mono value.
npx shadcn add https://ui.beste.co/piece/r/input6
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
npx shadcn@latest init
import { Input6 } from "@/components/beste/piece/input6"; <Input6 value={4} min={0} max={12} />