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/
https://ccnmtl.github.io/react-range-step-input/
npm install --save react-range-step-input
import {RangeStepInput} from 'react-range-step-input';
In your render()
method:
<RangeStepInput />