@huanle/react-img-lazy-load

1.0.2 • Public • Published

react-img-lazy-load

A img lazy-loading component for react

  <LazyLoad>
    <img src={src} />
  </LazyLoad>

or

  <LazyLoad>
    <img data-src={src} src={loadingImgSrc}/>
  </LazyLoad>

Installation

npm install @huanle/react-img-lazy-load

MIT Licensed

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.21latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.21
1.0.10
1.0.00

Package Sidebar

Install

npm i @huanle/react-img-lazy-load

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

135 kB

Total Files

5

Last publish

Collaborators

  • huanle-demon