Grsmto / simplebar

Custom scrollbars vanilla javascript library with native scroll, done simple, lightweight, easy to use and cross-browser.
http://grsmto.github.io/simplebar/
MIT License
6.02k stars 535 forks source link

Fix typo in README (simplebar-react package) #681

Closed joohaem closed 7 months ago

joohaem commented 7 months ago

Issue:

I think there is a typo error in README (simplebar-react package). In Simplebar component's render prop pattern, props showed two objects with the same name.

What is done to fix it:

When we use render prop pattern, the props are scrollableNodeProps, contentNodeProps.