Skip to content

Commit accc119

Browse files
committed
fix readme
1 parent dde415f commit accc119

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

@@ -7,7 +7,7 @@
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
@@ -20,11 +20,13 @@
2020
## Usage
2121

2222
### Step 1:
23+
2324
```
2425
npm install react-customscroll -save
2526
```
2627

2728
### Step 2:
29+
2830
**React-customscroll** works like native browser scroll.
2931

3032
You should paste the component inside the block with scrollable data.
@@ -34,6 +36,7 @@ For instance:
3436
```jsx
3537
import CustomScroll from 'react-customscroll';
3638
```
39+
3740
```jsx
3841
<div className="block-with-scrolling">
3942
<CustomScroll>

0 commit comments

Comments
 (0)