-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Range slider draggable #135
Comments
Hi @sghall . Is there any plan to add this feature? Thanks |
Did you ever find a solution? Getting refs and calculating things on your own is possible but yucky. |
@agusterodin No I didn't. I used rc-slider. |
Ha that is funny, we just switched off of rc-slider. I love that this library is headless and works really well with utility-first css. |
@agusterodin Lol yeah actually I don't like rc-slider. It has a lot of bugs. But unfortunately for drag functionality I had to switch because I don't have time to write it myself for this one. |
You can achieve it using the react-use-gesture library. Works perfectly:
|
Had anyone has an draggable implementation? |
Hi! How can I make slider draggable like below? I tried to create custom mode but no luck.
The text was updated successfully, but these errors were encountered: