react-scroll-loader

0.0.4 • Public • Published

react-scroll-loader

Simple, efficient infinite scroll component for React

Demo

unsplash.now.sh

Install

npm install react-scroll-loader --save

Props

Prop Description
atEnd Set to true if there's no more content to load
loadingIcon Image url to override the default loading animation
requestHandler Function to call when we've scrolled to the bottom of the page

Example

<Infinite requestHandler={this.getNextPage} atEnd={atEnd} />  

Package Sidebar

Install

npm i react-scroll-loader

Weekly Downloads

5

Version

0.0.4

License

MIT

Last publish

Collaborators

  • gragland