JSPM

  • Created
  • Published
  • Downloads 3144
  • Score
    100M100P100Q118290F
  • License MIT

React number input component

Package Exports

  • react-input-number

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-input-number) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-input-number

npm npm Build Status codecov styled with prettier

React number input component

Installation

yarn add react-input-number
npm install react-input-number --save

Usage

<InputNumber
  className="input"
  min={10}
  max={100}
  step={0.03}
  value={this.state.number}
  onChange={value => this.handleChange(value)}
/>

License

MIT