1.3.1 • Published 1 year ago
react-range-step-input-r18 v1.3.1
react-range-step-input 
NOTE: This is a fork created to enable use of React 18 with this package. The original react-range-step-input
package should be used whenever possible.
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 />
1.3.1
1 year ago