This is a tiny React component for scroll bar customization, without dependencies but with a lot of features.
npm install react-customscrollReact-customscroll is a tiny React component for scroll bar customization, without dependencies but with a lot of features.
npm install react-customscroll -save
`$3
React-customscroll works like native browser scroll.You should paste the component inside the block with scrollable data.
For instance:
`jsx
import CustomScroll from 'react-customscroll';
`
`jsx
...long_data_here...
``If block with a native browser scroll works well it will work with React-customscroll
---
MIT