NumberInput
An input where the user enters or steps a number between minimum and maximum values, by typing, by pressing the arrow keys, or by pressing the Home, End, PageUp or PageDown keys.
See the WAI ARIA guidelines for Spin Buttons .
Structure
<NumberInput min={0} max={10} ariaLabel="Quantity" />