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 />