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.
2 parents 512be98 + 2cb713b commit c115356Copy full SHA for c115356
README.md
@@ -6,6 +6,10 @@ added. An infinite-scroll that actually works and super-simple to integrate!
6
# install
7
```bash
8
npm install --save react-infinite-scroll-component
9
+
10
+ or
11
12
+ yarn add react-infinite-scroll-component
13
14
// in code ES6
15
import InfiniteScroll from 'react-infinite-scroll-component';
0 commit comments