# @weave-design/numeric-input

> Weave Numeric Input

Latest version **1.0.1** (published 2023-04-23) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @weave-design/numeric-input
pnpm add @weave-design/numeric-input
yarn add @weave-design/numeric-input
bun add @weave-design/numeric-input
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2023-04-23 |
| First published | 2023-02-26 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 143 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 193 |
| Author | Autodesk Inc. |
| Maintainers | hig-bot, wmui51 |

## Links

- npm: https://www.npmjs.com/package/@weave-design/numeric-input
- Repository: https://github.com/Autodesk/hig
- Homepage: https://github.com/Autodesk/hig#readme
- Issues: https://github.com/Autodesk/hig/issues
- npm.io page: https://npm.io/package/@weave-design/numeric-input

## Dependencies (5)

- [prop-types](https://npm.io/package/prop-types.md) ^15.7.1
- [@weave-design/icons](https://npm.io/package/@weave-design/icons.md) ^1.0.0
- [@weave-design/input](https://npm.io/package/@weave-design/input.md) ^1.0.0
- [@weave-design/utils](https://npm.io/package/@weave-design/utils.md) ^1.0.0
- [@weave-design/behaviors](https://npm.io/package/@weave-design/behaviors.md) ^1.0.0

## Recent versions

- 1.0.1 (latest) — 2023-04-23
- 1.0.0 — 2023-02-26

## README

# Numeric Input

Numeric inputs allow the user to input a number of their choosing and use the up and down keys to increase/decrease the number.

## Getting started

### Install the package

```bash
yarn add @weave-design/numeric-input @weave-design/theme-context @weave-design/theme-data
```

### Import the component

```js
import NumericInput from '@weave-design/numeric-input';
```

## Basic usage

```jsx
<NumericInput />
```
## Custom CSS

Use the `className` prop to pass in a css class name to the outermost container of the component. The class name will also pass down to most of the other styled elements within the component.

---
_Source: https://npm.io/package/@weave-design/numeric-input · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
