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 +18,7 @@ added. An infinite-scroll that actually works and super-simple to integrate!
18
18
var InfiniteScroll = require('react-infinite-scroll-component');
19
19
```
20
20
21
-
#using
21
+
## Using
22
22
23
23
```jsx
24
24
<InfiniteScroll
@@ -46,7 +46,7 @@ added. An infinite-scroll that actually works and super-simple to integrate!
46
46
</InfiniteScroll>
47
47
```
48
48
49
-
#using scroll on top
49
+
## Using scroll on top
50
50
51
51
```jsx
52
52
<div
@@ -83,11 +83,11 @@ The `InfiniteScroll` component can be used in three ways.
83
83
- 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
84
- Without setting either the `height` or `scrollableTarget` props, the scroll will happen at `document.body` like _Facebook's_ timeline scroll.
85
85
86
-
# docs version wise
86
+
##docs version wise
87
87
88
88
[3.0.2](docs/README-3.0.2.md)
89
89
90
-
# live examples
90
+
##live examples
91
91
92
92
- infinite scroll (never ending) example using react (body/window scroll)
0 commit comments