souhe / reactScrollbar

Scrollbar component for React
MIT License
466 stars 137 forks source link

Feature request: include current onScroll values in the context #118

Open joetidee opened 6 years ago

joetidee commented 6 years ago

It would be helpful for child components of ScrollArea to receive the current values of the scroll position, i.e. those values that are currently returned with the supplied onScroll function.