Skip to content

Commit 0e3c821

Browse files
authored
Merge branch 'master' into all-contributors/add-iamdarshshah
2 parents 1813a62 + 33af8e1 commit 0e3c821

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

.all-contributorsrc

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,22 @@
33
"README.md"
44
],
55
"imageSize": 100,
6-
"commit": false,
6+
"contributorsPerLine": 5,
7+
"skipCi": true,
78
"contributors": [
9+
{
10+
"login": "ankeetmaini",
11+
"name": "Ankeet Maini",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/6652823?v=4",
13+
"profile": "https://ankeetmaini.dev/",
14+
"contributions": [
15+
"question",
16+
"doc",
17+
"code",
18+
"review",
19+
"maintenance"
20+
]
21+
},
822
{
923
"login": "iamdarshshah",
1024
"name": "Darsh Shah",
@@ -15,10 +29,8 @@
1529
]
1630
}
1731
],
18-
"contributorsPerLine": 7,
1932
"projectName": "react-infinite-scroll-component",
2033
"projectOwner": "ankeetmaini",
2134
"repoType": "github",
22-
"repoHost": "https://github.com",
23-
"skipCi": true
35+
"repoHost": "https://github.com"
2436
}

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A component to make all your infinite scrolling woes go away with just 4.15 kB! `Pull Down to Refresh` feature
77
added. An infinite-scroll that actually works and super-simple to integrate!
88

9-
# install
9+
## Install
1010

1111
```bash
1212
npm install --save react-infinite-scroll-component
@@ -21,7 +21,7 @@ added. An infinite-scroll that actually works and super-simple to integrate!
2121
var InfiniteScroll = require('react-infinite-scroll-component');
2222
```
2323

24-
# using
24+
## Using
2525

2626
```jsx
2727
<InfiniteScroll
@@ -49,7 +49,7 @@ added. An infinite-scroll that actually works and super-simple to integrate!
4949
</InfiniteScroll>
5050
```
5151

52-
# using scroll on top
52+
## Using scroll on top
5353

5454
```jsx
5555
<div
@@ -86,11 +86,11 @@ The `InfiniteScroll` component can be used in three ways.
8686
- 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.
8787
- Without setting either the `height` or `scrollableTarget` props, the scroll will happen at `document.body` like _Facebook's_ timeline scroll.
8888

89-
# docs version wise
89+
## docs version wise
9090

9191
[3.0.2](docs/README-3.0.2.md)
9292

93-
# live examples
93+
## live examples
9494

9595
- infinite scroll (never ending) example using react (body/window scroll)
9696
- [![Edit yk7637p62z](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/yk7637p62z)
@@ -101,7 +101,7 @@ The `InfiniteScroll` component can be used in three ways.
101101
- infinite scroll with `scrollableTarget` (a parent element which is scrollable)
102102
- [![Edit r7rp40n0zm](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/r7rp40n0zm)
103103

104-
# props
104+
## props
105105

106106
| name | type | description |
107107
| ------------------------------ | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -135,6 +135,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
135135
<!-- markdownlint-disable -->
136136
<table>
137137
<tr>
138+
<td align="center"><a href="https://ankeetmaini.dev/"><img src="https://avatars.githubusercontent.com/u/6652823?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ankeet Maini</b></sub></a><br /><a href="#question-ankeetmaini" title="Answering Questions">💬</a> <a href="https://github.com/ankeetmaini/react-infinite-scroll-component/commits?author=ankeetmaini" title="Documentation">📖</a> <a href="https://github.com/ankeetmaini/react-infinite-scroll-component/commits?author=ankeetmaini" title="Code">💻</a> <a href="https://github.com/ankeetmaini/react-infinite-scroll-component/pulls?q=is%3Apr+reviewed-by%3Aankeetmaini" title="Reviewed Pull Requests">👀</a> <a href="#maintenance-ankeetmaini" title="Maintenance">🚧</a></td>
138139
<td align="center"><a href="https://github.com/iamdarshshah"><img src="https://avatars.githubusercontent.com/u/25670841?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Darsh Shah</b></sub></a><br /><a href="#infra-iamdarshshah" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
139140
</tr>
140141
</table>
@@ -144,4 +145,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
144145

145146
<!-- ALL-CONTRIBUTORS-LIST:END -->
146147

147-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
148+
This project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!
149+
150+
## LICENSE
151+
152+
[MIT](LICENSE)

0 commit comments

Comments
 (0)