1.1.5 • Published 3 years ago

react-progressive-img-loader v1.1.5

Weekly downloads
139
License
MIT
Repository
github
Last release
3 years ago

Progressive Image Loader

Made working at

A beautiful effect to preload images, made with love <3

NPM JavaScript Style Guide

Install

npm install --save progressive-img-loader

OR

yarn add progressive-img-loader

Usage

import React, { Component } from 'react'
import ImageLoader from 'progressive-img-loader'

function ExampleComponent(){
    return (<ImageLoader src={"original-image.png"}
                         srcPreview={"thumb-img.png"}
                         alt={"Alt attribute"} />);
}

License

MIT © Lozadaa

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.0

3 years ago