UNPKG

@dcasia/react-lazy-load-image-component-improved

Version:

React Component to lazy load images using a HOC to track window scroll position.

6 lines (4 loc) 253 B
import LazyLoadImage from './components/LazyLoadImage.jsx'; import LazyLoadComponent from './components/LazyLoadComponent.jsx'; import trackWindowScroll from './hoc/trackWindowScroll.js'; export { LazyLoadImage, LazyLoadComponent, trackWindowScroll };