sghall / react-compound-slider

:black_medium_small_square: React Compound Slider | A small React slider with no opinion on markup or styles
https://react-compound-slider.netlify.com
MIT License
626 stars 80 forks source link

Custom mode = same min/max value? #136

Closed mikestecker closed 3 years ago

mikestecker commented 3 years ago

Do you have an example of how I can allow the min and max numbers to be the same but never cross over?

I'd like my users to be able to narrow down to a single number if wanted.

mikestecker commented 3 years ago

Nevermind... simply using mode 1 and allowing crossing still works