NumberInput
formsNumeric stepper with increment/decrement buttons, native number input, min/max clamping, label, disabled state, and focus ring. Hides native spin buttons for consistent styling.
Import
typescript
import { NumberInput } from "packages/ui/src";Props
NumberInputProps
| Prop | Type | Required |
|---|---|---|
value | number | No |
min | number | No |
max | number | No |
step | number | No |
onChange | (value) => void, label?: string, disabled?: boolean | No |
Examples
NumberInput Component
Numeric stepper with +/- buttons, min/max clamping, label, and disabled state. 45th component.