1.0.5 • Published 3 years ago

react-lazyload-responsive-image v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Lazyload Image

npm install react-lazyload-responsive-image
import LazyResponsiveImage from 'react-lazyload-responsive-image';
<LazyResponsiveImage {...{
    responsives: {
        0: { src: 0, width: 100, height: 100 },
        500: { src: 500, width: 500, height: 500 },
        1000: { src: 1000, width: 1000, height: 1000 }
    },
    alt: '123'
}}/>
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago