@app-elements/lazy-load

Won't render children until it's in viewport.

Usage no npm install needed!

<script type="module">
  import appElementsLazyLoad from 'https://cdn.skypack.dev/@app-elements/lazy-load';
</script>

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>