1.0.3 • Published 3 years ago

@chakra-xui/number-input v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

@chakra-xui/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 @chakra-xui/number-input

# or

npm i @chakra-xui/number-input

Import components

import {
  NumberInput,
  NumberInputField,
  NumberInputStepper,
  NumberIncrementStepper,
  NumberDecrementStepper,
} from "@chakra-xui/react"

Usage

// TO DO