smart-image-lazyload
v0.0.43
Published
React smart image lazy load without width and height
Downloads
80
Readme
smart-image-lazyload
Made with create-react-library
Install
npm install --save smart-image-lazyloadUsage
import React, { Component } from 'react'
import MyComponent from 'smart-image-lazyload'
import 'smart-image-lazyload/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © Aryan-mor
