Stepper
A numeric spinbutton: a value with decrement and increment buttons plus keyboard control. The value element is a spinbutton exposing aria-valuenow/min/max; Arrow keys step it, Home/End jump to the bounds, and every change is clamped to the range. Distinct from a slider — a discrete numeric entry rather than a draggable track.
Preview
3
Installation
npx shadcn@latest add https://ui.publictheta.com/r/stepper.jsonConformance
This component conforms to the @publictheta/ui-spec stepper specification. Run the suite against any implementation with pnpm conformance.