An <input type=range> that steps up and down on click.
See: https://compiled.ctl.columbia.edu/articles/a-range-input-for-scientific-applications/
npm install --save react-range-step-input
import {RangeStepInput} from 'react-range-step-input';
In your render()
method:
<RangeStepInput />