0.1.0-alpha.2 • Published 5 years ago

@bianic-ui/number-input v0.1.0-alpha.2

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
5 years ago

@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