EdG
EdG

Reputation: 2351

Using jquery.scrollbar in react application

I want to use jquery.scrollbar plugin in my react application. I want the jquery.scrollbar for every component which is scrollable. I have already installed it via npm. I am not getting any way to initialize it in my react component. How should I do it?

Upvotes: 0

Views: 1853

Answers (1)

feng_nyc
feng_nyc

Reputation: 157

Always remember to import it in your components and called the function inside your JSX. I believe react js has some nice scrollbar which are more suitable

http://malte-wessel.github.io/react-custom-scrollbars/

Upvotes: 2

Related Questions