React Show More (Infinite Scroll) Component

Description:

An unopinionated component to handle showing more results that display a certain number of items in a list, then allow a user to show that many more, over and over, until they reach the end of the list.

Installation:

# Yarn
$ yarn add @tedconf/react-show-more
# NPM
$ npm install @tedconf/react-show-more --save

Preview:

React Show More (Infinite Scroll) Component

Add Comment