NumberField
Number fields allow users to enter numeric values with optional min/max constraints.
Prop | Type | Default value |
---|---|---|
Prop label | Type ReactNode | Default value "" |
Prop placeholder | Type string | Default value "" |
Prop orientation | Type "vertical" | "horizontal" | Default value "vertical" |
Prop min | Type number | Default value undefined |
Prop max | Type number | Default value undefined |
Prop step | Type number | Default value 1 |
Prop error | Type boolean | Default value false |
Prop disabled | Type boolean | Default value false |