whoisandy / react-rangeslider

A lightweight responsive react range slider component.A fast & lightweight react component as a drop in replacement for HTML5 input range slider element.
https://whoisandy.github.io/react-rangeslider/
MIT License
643 stars 237 forks source link

Don't find any way to support two knobs on one slider #70

Open techyrajeev opened 7 years ago

techyrajeev commented 7 years ago

I tried to use it with two knobs but I don't find any way. is this feature available?

zefj commented 6 years ago

Well, "range" implies that but apparently the name is misleading.

eelfonik commented 6 years ago

If anyone is interested in supporting two knobs, I've made a modified version of this lib and have opened a Pull Request here https://github.com/whoisandy/react-rangeslider/pull/113