2.0.4 • Published 2 years ago

@teste-ui/number-input v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@teste-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 @teste-ui/number-input

# or

npm i @teste-ui/number-input

Import components

import {
  NumberInput,
  NumberInputField,
  NumberInputStepper,
  NumberIncrementStepper,
  NumberDecrementStepper,
} from "@teste-ui/react"

Usage

// TO DO