react-component / slider

React Slider
https://slider.react-component.now.sh/
MIT License
3.04k stars 767 forks source link

Update Doc : Pushable can be a number #586

Open pravin-d opened 5 years ago

pravin-d commented 5 years ago

Related Issue #419 The feature I want was that the Ranges don't overlap. So the min < max. Setting pushable={number} and allowCross={true} achieves this. However its not very clear. Either we need to provide another props or make the current behaviour clear.

tlehtimaki commented 4 years ago

Documentation seems to have updated on this. README.md now says that pushable can be a number. Maybe an example showing the behaviour could be added.