rc-lazyload-img

1.3.0 • Public • Published

react lazy load(preview!!)

feature

  • it leverages intersetion-observer Api w3c
  • ligthweigth and flexible script
  • jsx
  • outbox
  • client & server

pr welcome !!

install

npm i rc-lazyload-img
# or yarn add -D rc-lazyload-img

usage

props type default des
src string 1*1 image(base64) as small as possible
dataBGImg string ''
holder string 1*1 image(base64) img element placeholder of imgElement(as small as possible)
...ImgHTMLAttributes any(same as <img {...ImgHTMLAttributes}/>)
   ...
  <LoadImg src='www.example.com/pic1.png' />
  <LoadImg dataBGImg="www.example.com/pic2.png" />
  <LoadImg 
    style={{styles}}
    dataBGImg="www.example.com/pic2.png" />
  <LoadImg 
    onError={handleOnError}
    dataBGImg="www.example.com/pic2.png" />
  ...

Readme

Keywords

none

Package Sidebar

Install

npm i rc-lazyload-img

Weekly Downloads

0

Version

1.3.0

License

MIT

Unpacked Size

91.7 kB

Total Files

4

Last publish

Collaborators

  • meooxx