react-smooth-scrollbar
react-smooth-scrollbar copied to clipboard
[Not Actively Maintained] A wrapper for smooth-scrollbar to React Component
i write a plugin . when i try to scroll with moving tracks (not roll the mouse ) , onUpdate methods dosent call for me. but onScroll in the my...
In order to fully support [React Strict mode](https://reactjs.org/docs/strict-mode.html) `componentWillReceiveProps` should be renamed or, better, replaced at all. Putting [all its logic](https://github.com/idiotWu/react-smooth-scrollbar/blob/master/src/react-smooth-scrollbar.js#L56-L70) into [`componentDidUpdate `](https://github.com/idiotWu/react-smooth-scrollbar/blob/master/src/react-smooth-scrollbar.js#L72) (before the `this.scrollbar.update()` code) is trivial...
**Updated [legacy context API](https://reactjs.org/docs/legacy-context.html) to use [newer context API](https://reactjs.org/docs/context.html), updated react from version 15.6.2 to 16.13.1.** I was using your react-wrapper and decided to solve one of the warning messages...
When I add ``` Every thing here have transform: translate3d It does not work properly ```
[solved]
i want to scroll div to top of page how can i do this ? Please help TIA
i want to scroll div to top of page how can i do this ? Please help TIA
`in [at-loader] ./ClientApp/components/NavMenu.tsx:3:23 TS7016: Could not find a declaration file for module 'react-smooth-scrollbar'. 'C:/Projects/GameScrubs/GameScrubs.Web/node_modules/react-smooth-scrollbar/dist/react-smooth-scrollbar.js' implicitly has an 'any' type. Try `npm install @types/react-smooth-scrollbar` if it exists or add a new...
I want to add horizontal scroll bar in my container how can i use react-smooth-scrollbar Please help