1.2.7 • Published 6 years ago

nico-lazy-image v1.2.7

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

nico-lazy-image

a medium like progressive image loading effect for reactjs

Installation

$ npm install --save nico-lazy-image

Getting started

import LazyImage from 'nico-lazy-image'

<LazyImage
    source={item.src + '?crop/w/200/h/180'}
    placeholder={item.src + '?crop/w/20/h/18'}
    width={200}
    height={180}
    placeholderWidth={20}
    placeholderHeight={18}
    >
    {({ source, alt }) => <img src={source} alt={alt} />}
</LazyImage>

Another repo for js plugin users: progressive-image-loading

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago