Copies
9

Number Stepper

Minus and plus around a display that rolls digit by digit.

General
Copies
9

Installation

bash
npx shadcn@latest add https://ui.noicess.fun/r/number-stepper.json

Props

PropTypeDefaultDescription
labelstring-Text shown beside the control.
valuenumber-Controlled current value.
onChange(value: number) => void-Called with the clamped next value.
min / maxnumber0 / 99Bounds the value and disables the end buttons.
stepnumber1Amount added or removed per press.