We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we just provide more props to customize the scrollbar? such as
The text was updated successfully, but these errors were encountered:
Hi! Can't we set all of this through css? (except Thickness)
Sorry, something went wrong.
It seems to me that even the thickness can be set through css (it corresponds to the size variable in the source code).
But wouldn't it be a more efficient library if we don't mess the its css? I find it more interesting and efficient if we can just do something like
<ScrollBar bar-thickness={3} trail-visibility="always (or maybe onScrollOnly|never)" blah blah> Children here </ScrollBar>
No branches or pull requests
Can we just provide more props to customize the scrollbar?
such as
and more
The text was updated successfully, but these errors were encountered: