A numeric input with increment and decrement controls. Supports min, max, step, and controlled/uncontrolled modes.
Import all parts of the component and piece them together
The root NumberField component.
| Prop | Type | Default |
|---|---|---|
value | number | -- |
defaultValue | number | 0 |
min | number | -- |
max | number | -- |
step | number | 1 |
disabled | boolean | false |
onValueChange | function | -- |