-
Notifications
You must be signed in to change notification settings - Fork 30
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(Scrollbar): add support for programmable scrolling with scrollTop
, scrollLeft
, and scrollViewRef
props
#809
Conversation
…Top` or `scrollLeft` props
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 1ae4864:
|
Tonic UI Demo
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #809 +/- ##
==========================================
- Coverage 71.40% 71.34% -0.06%
==========================================
Files 374 374
Lines 6267 6272 +5
==========================================
Hits 4475 4475
- Misses 1792 1797 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
scrollTop
or scrollLeft
propsscrollTop
, scrollLeft
, and scrollViewRef
props
scrollTop
, scrollLeft
, and scrollViewRef
propsscrollTop
, scrollLeft
, and scrollViewRef
props
Add support for programmable scrolling with
scrollTop
,scrollLeft
, andscrollViewRef
props.Examples
Using
scrollTop
propUsing
scrollViewRef
prop