NumberField
A number field allows a user to enter a number, and increment or decrement the value using stepper buttons.
formatOptions
Formatting options for the value displayed in the number field.
This also affects what characters are allowed to be typed by the user.
Example
NumberField.tsx
NumberField.css
theme.css
Example
NumberField.tsx
NumberField.css
theme.css
import {NumberField} from './NumberField';
<NumberField
label="Width"
defaultValue={1024}
minValue={0} />
Anatomy