ComponentsForms
NumberInput
Numeric input with steppers, clamping, and precision
NumberInput is for quantities, thresholds, inventory counts, and operational limits.
Import
import { NumberInput } from '@nim-ui/components';Basic Usage
Code
<NumberInput value={quantity} onChange={setQuantity} min={1} max={99} />