An accessible numeric input alternative to <input type='number' />
npm install @chakra-xui/number-inputThe NumberInput component is similar to the Input, but it has controls
for incrementing or decrementing numeric values.
It follows the
WAI-ARIA authoring practices
for the Spinbutton widget.
``sh
yarn add @chakra-xui/number-input
npm i @chakra-xui/number-input
`
`js``
import {
NumberInput,
NumberInputField,
NumberInputStepper,
NumberIncrementStepper,
NumberDecrementStepper,
} from "@chakra-xui/react"
// TO DO