-
-
Notifications
You must be signed in to change notification settings - Fork 778
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
feat: add distanceBetweenHandles #675
base: master
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/react-component/slider/8jcy9x8ja |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #675 +/- ##
============================================
- Coverage 100.00% 87.62% -12.38%
============================================
Files 13 11 -2
Lines 558 719 +161
Branches 169 186 +17
============================================
+ Hits 558 630 +72
- Misses 0 89 +89 ☔ View full report in Codecov by Sentry. |
Rebase please. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@afc163 Would you reivew this PR? |
Just add an example? |
Oh, it's changed too much from when I first wrote it. I'll change it to draft state and work on it later. |
This solves #402
Added the ability to keep the distance between the handles.
Thanks.