UNPKG

lazy-load-list

Version:

lazy load list is a lightweight web package that loads items in lazy way to achieve high performance and better UX in large lists.

8 lines 254 B
import '../lib/index.css' export default ({color}) => ( <div className="dots"> <div style={{backgroundColor: color}}></div> <div style={{backgroundColor: color}}></div> <div style={{backgroundColor: color}}></div> </div> )