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