File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # React CustomScroll 5.1
1+ # React CustomScroll
22
33** React-customscroll** is a tiny React component for scroll bar customization, without dependencies but with a lot of features.
44
77## Features:
88- React 19 support
99- TypeScript support
10- - Extremely small size (11kb)
10+ - Tiny size (11kb)
1111- Without dependencies
1212- Easy customization, simple api
1313- Native OS scroll behavior
2020## Usage
2121
2222### Step 1:
23+
2324```
2425npm install react-customscroll -save
2526```
2627
2728### Step 2:
29+
2830** React-customscroll** works like native browser scroll.
2931
3032You should paste the component inside the block with scrollable data.
@@ -34,6 +36,7 @@ For instance:
3436``` jsx
3537import CustomScroll from ' react-customscroll' ;
3638```
39+
3740``` jsx
3841< div className= " block-with-scrolling" >
3942 < CustomScroll>
You can’t perform that action at this time.
0 commit comments