Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 421 Bytes

react-lazy-container

npm version

The infinite scrolling component you were looking for.

Quick start

  1. Install the package using yarn add react-lazy-container or npm install react-lazy-container

  2. Import the LazyContainer component

import LazyContainer from 'react-lazy-container';