Files
wdi-dashboard/node_modules/@chakra-ui/number-input
2024-08-16 15:06:52 +05:30
..
2024-08-16 15:06:52 +05:30
2024-08-16 15:06:52 +05:30
2024-08-16 15:06:52 +05:30
2024-08-16 15:06:52 +05:30

@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