Skip to content

nestpick/react-input-range

 
 

Repository files navigation

react-input-range

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

About

React component for inputting numeric values within a range (range slider)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.4%
  • CSS 4.0%
  • Other 0.6%