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

Range slider with static tooltip showing the range in it #105

Closed mdrahiem closed 4 years ago

mdrahiem commented 4 years ago

I wanted to implement a range slider where we can show a tooltip in which left and right values should be shown. The below is the implementation. Thought it would be helpful for others If I can provide this link.

https://codesandbox.io/s/react-compound-slider-ihc7l

credits: @sghall @RafeSacks

sghall commented 4 years ago

Thank you!