SUI Image Lazy Load
npm install @schibstedspain/sui-image-lazy-loadSUI ImageLazyLoad component is an image element that can be loaded in a deferred way.
$ npm install --save @schibstedspain/sui-image-lazy-load
`Usage
`
import React, { Component } from 'react'
import ImageLazyLoad from '@schibstedspain/sui-image-lazy-load'class MyCard extends Component {
render () {
return ( )
}
}
``