@app-elements/lazy-load
v2.0.0
Published
Won't render children until it's in viewport.
Downloads
2
Readme
LazyLoad
Only render children
when visible in the viewport.
Installation
npm install --save @app-elements/lazy-load
Usage
import LazyLoad from '@app-elements/lazy-load'
<LazyLoad>
<BigHeftyVideo />
</LazyLoad>