1.2.7 • Published 7 years ago

nico-lazy-image v1.2.7

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago