ion-react-scrollbar
v1.0.6
Published
This is an ultra-lightweight package to go with ionic react, to style the scrollbar. The ion-content scrollbar seems to be very stubborn to style when it's being used in browser. On mobile, the browser gives it default styling.
Downloads
16
Maintainers
Readme
Ion React Scrollbar
This is an ultra-lightweight package to go with ionic react, to style the scrollbar. The ion-content scrollbar seems to be very stubborn to style when it's being used in browser. On mobile, the browser gives it default styling.
Usage
Just call setScrollStyle
method after importing it into your file and remember to pass the ref of ion content element as method parameter.
Example
You can optionally pass a second parameter of style string. It is the exact style that you write inside a css file. Just pass it as a string.
Parameters
There are two parameters to be passed into this method. One is the ref
object of the ion-content element and second is the optional style string.
Github
Head over to Github Repo to find the code.