From ca4a01abd6cd512816e8a80a84b7add7edd0b9c4 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 16:36:53 +0000 Subject: [PATCH 1/4] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index e33e070..fe384e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # 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) + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + A component to make all your infinite scrolling woes go away with just 4.15 kB! `Pull Down to Refresh` feature 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. | **refreshFunction** | function | this function will be called, it should return the fresh data that you want to show the user | | **initialScrollY** | number | set a scroll y position for the component to render with. | | **inverse** | bool | set infinite scroll on top | + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Darsh Shah

🚇
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From ff5183e15b8e5022b9a39848993e4fd105e80a50 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 16:36:54 +0000 Subject: [PATCH 2/4] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..0786350 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "iamdarshshah", + "name": "Darsh Shah", + "avatar_url": "https://avatars.githubusercontent.com/u/25670841?v=4", + "profile": "https://github.com/iamdarshshah", + "contributions": [ + "infra" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "react-infinite-scroll-component", + "projectOwner": "ankeetmaini", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} From c6442770e65c9aaef9d725b3947a47d53daff522 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 16:38:15 +0000 Subject: [PATCH 3/4] docs: update README.md [skip ci] From 1813a62f628802a9255cb417bb76bb21dfb2e25c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 16:38:16 +0000 Subject: [PATCH 4/4] docs: update .all-contributorsrc [skip ci]