@bianic-ui/number-input
v0.1.0-alpha.2
Published
An accessible numeric input alternative to <input type='number' />
Downloads
8
Maintainers
Readme
@bianic-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 @bianic-ui/number-input
# or
npm i @bianic-ui/number-input
Import components
import {
NumberInput,
NumberInputField,
NumberInputStepper,
NumberIncrementStepper,
NumberDecrementStepper,
} from "@bianic-ui/core"
Usage
// TO DO