5.1.0 • Published 3 years ago

react-customscroll v5.1.0

Weekly downloads
95
License
MIT
Repository
github
Last release
3 years ago

React CustomScroll 5.1

React-customscroll is a tiny React component for scroll bar customization, without dependencies but with a lot of features.

Demo

Features:

  • TypeScript support
  • Extremely small size (11kb)
  • Without dependencies
  • Easy customization, simple api
  • Native OS scroll behavior
  • Cross browser
  • Animate scrollTo feature
  • React-sortable-tree / React-virtualized support
  • RTL support
  • Server Side Rendering support
  • Scroll snap support

Usage

Step 1:

npm install react-customscroll -save

Step 2:

React-customscroll works like native browser scroll.

You should paste the component inside the block with scrollable data.

For instance:

import CustomScroll from 'react-customscroll';
<div className="block-with-scrolling">
  <CustomScroll>
    ...long_data_here...
  </CustomScroll>
</div>

If block with a native browser scroll works well it will work with React-customscroll


Examples

License

MIT

5.1.0

3 years ago

5.0.0

3 years ago

4.5.1

4 years ago

4.5.0

4 years ago

4.2.0

5 years ago

4.1.1

5 years ago

4.0.9

5 years ago

4.0.8

5 years ago

4.0.7

5 years ago

4.0.6

5 years ago

4.0.5

6 years ago

4.0.4

6 years ago

4.0.3

6 years ago

4.0.2

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.2

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago