You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,7 +21,7 @@ added. An infinite-scroll that actually works and super-simple to integrate!
18
21
var InfiniteScroll = require('react-infinite-scroll-component');
19
22
```
20
23
21
-
#using
24
+
## Using
22
25
23
26
```jsx
24
27
<InfiniteScroll
@@ -46,7 +49,7 @@ added. An infinite-scroll that actually works and super-simple to integrate!
46
49
</InfiniteScroll>
47
50
```
48
51
49
-
#using scroll on top
52
+
## Using scroll on top
50
53
51
54
```jsx
52
55
<div
@@ -83,11 +86,11 @@ The `InfiniteScroll` component can be used in three ways.
83
86
- If your **scrollable** content is being rendered within a parent element that is already providing overflow scrollbars, you can set the `scrollableTarget` prop to reference the DOM element and use it's scrollbars for fetching more data.
84
87
- Without setting either the `height` or `scrollableTarget` props, the scroll will happen at `document.body` like _Facebook's_ timeline scroll.
85
88
86
-
# docs version wise
89
+
##docs version wise
87
90
88
91
[3.0.2](docs/README-3.0.2.md)
89
92
90
-
# live examples
93
+
##live examples
91
94
92
95
- infinite scroll (never ending) example using react (body/window scroll)
0 commit comments