range-box
v1.1.1
Published
Input range box component for React
Downloads
17
Maintainers
Readme
range-box
Input range box component for React

Install
$ npm install range-boxUsage
import RangeBox from 'range-box'
<RangeBox
max={maxVal}
step={rangeStep}
thumbClass={thumbClassName}
inputClass={inputClassName} />