GitHub - nestpick/react-input-range: React component for inputting numeric values within a range (range slider)

Customized version with offset functionality for labels.

Original README

New Options

Property Type Description
lableOffsetLeft number Left offset for value label in pixels
lableOffsetRight number Not implemented yet

There's also support of prevent labels overlapping for sliders.

Installation

npm i https://github.com/nestpick/react-input-range.git#v0.9.xxxx --save

Development

After adding changes run command npm run build:lib and push library folder into the repository. After this you'll be able to install fresh version with npm install.

Bump the version with npm version and update version dependency in package.json of INTNESTTWO project