react-range-step-input
v1.3.0
Published
An <input type=range> that steps up and down on click.
Downloads
1,329
Maintainers
Readme
react-range-step-input
An <input type=range> that steps up and down on click, and provides other customizations. For more info, see: https://compiled.ctl.columbia.edu/articles/a-range-input-for-scientific-applications/
Demo
https://nikolas.github.io/react-range-step-input/
Installation
npm install --save react-range-step-input
Usage
import {RangeStepInput} from 'react-range-step-input';
In your render()
method:
<RangeStepInput />