NumberField

A number field allows a user to enter a number, and increment or decrement the value using stepper buttons.

 
formatOptions 
isDisabled 
Example
NumberField.tsx
NumberField.css
theme.css
import {NumberField} from './NumberField';

<NumberField
  label="Width"
  defaultValue={1024}
  minValue={0} />

Anatomy

Shows a number field with labels pointing to its parts, including the label, group, input, increment button, and decrement button elements.1280LabelInputLabelIncrement buttonDecrement buttonGroup