Download Latest Version app.27041b87bbb500531583.css.gz (92.6 kB)
Email in envelope

Get an email when there's a new version of adminos

Home / 1.cache / yarn / v6 / … / number-input
Name Modified Size InfoDownloads / Week
Parent folder
dist 2023-08-30
src 2023-08-30
package.json 2023-08-30 1.4 kB
README.md 2023-08-30 584 Bytes
Totals: 4 Items   2.0 kB 0

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

# or

npm i @chakra-ui/number-input

Import components

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

Usage

// TO DO

Source: README.md, updated 2023-08-30