We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423af94 commit 068f22cCopy full SHA for 068f22c
README.md
@@ -28,6 +28,7 @@ yarn add react-custom-scroller
28
```jsx
29
import React from 'react';
30
import CustomScroller from 'react-custom-scroller';
31
+import 'react-custom-scroller/dist/index.css';
32
33
const MyScrollableDiv = () => (
34
<CustomScroller>Content goes here.</CustomScroller>
0 commit comments