Skip to content

Commit ca4a01a

Browse files
docs: update README.md [skip ci]
1 parent b494ce8 commit ca4a01a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# react-infinite-scroll-component [![npm](https://img.shields.io/npm/dt/react-infinite-scroll-component.svg?style=flat-square)](https://www.npmjs.com/package/react-infinite-scroll-component) [![npm](https://img.shields.io/npm/v/react-infinite-scroll-component.svg?style=flat-square)](https://www.npmjs.com/package/react-infinite-scroll-component)
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
A component to make all your infinite scrolling woes go away with just 4.15 kB! `Pull Down to Refresh` feature
47
added. An infinite-scroll that actually works and super-simple to integrate!
@@ -122,3 +125,23 @@ The `InfiniteScroll` component can be used in three ways.
122125
| **refreshFunction** | function | this function will be called, it should return the fresh data that you want to show the user |
123126
| **initialScrollY** | number | set a scroll y position for the component to render with. |
124127
| **inverse** | bool | set infinite scroll on top |
128+
129+
## Contributors ✨
130+
131+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
132+
133+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
134+
<!-- prettier-ignore-start -->
135+
<!-- markdownlint-disable -->
136+
<table>
137+
<tr>
138+
<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>
139+
</tr>
140+
</table>
141+
142+
<!-- markdownlint-restore -->
143+
<!-- prettier-ignore-end -->
144+
145+
<!-- ALL-CONTRIBUTORS-LIST:END -->
146+
147+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)