@hakuna-matata-ui/number-input
v1.3.3
Published
An accessible numeric input alternative to <input type='number' />
Downloads
8
Maintainers
Readme
@hakuna-matata-ui/number-input
The 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.
Installation
yarn add @hakuna-matata-ui/number-input
# or
npm i @hakuna-matata-ui/number-input
Import components
import {
NumberInput,
NumberInputField,
NumberInputStepper,
NumberIncrementStepper,
NumberDecrementStepper,
} from "@hakuna-matata-ui/react"
Usage
// TO DO