Skip to content

Commit 068f22c

Browse files
authored
update usage on README.md
1 parent 423af94 commit 068f22c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ yarn add react-custom-scroller
2828
```jsx
2929
import React from 'react';
3030
import CustomScroller from 'react-custom-scroller';
31+
import 'react-custom-scroller/dist/index.css';
3132

3233
const MyScrollableDiv = () => (
3334
<CustomScroller>Content goes here.</CustomScroller>

0 commit comments

Comments
 (0)