React Component For Delayed List Rendering

Description:

A delayed list rendering React component. Pass in a delay prop and each child prop of the DelayedList will be rendered that many milliseconds apart from each other. ReactCSSTransitionGroup inbuilt to allow animations per child on render.

Installation:

npm install –save react-delayed-list

Preview:

react-delayed-list

Add Comment