1.23.0 • Published 2 years ago
@s-ui/react-image-lazy-load v1.23.0
SUI Image Lazy Load
SUI ImageLazyLoad
component is an image element that can be loaded in a deferred way.
Installation
$ npm install --save @s-ui/react-image-lazy-load
Usage
import React, { Component } from 'react'
import ImageLazyLoad from '@s-ui/react-image-lazy-load'
class MyCard extends Component {
render () {
return (<ImageLazyLoad />)
}
}