1.0.10 • Published 4 years ago

react-custom-image-loader v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

React Custom Image Loader:

This package provides a simple react component, which enables the user to have a custom image loader.

Demo

Demo Page

Installation

npm install custom-image-loader

Usage

<CustomImageLoader
	image={'https://image.flaticon.com/icons/png/512/1499/1499840.png'}
	isLoaded={true}
	circle={false}
	speed={2}
	animationType={'evaporate'}
/>

Options

image (*): Should specify the URL or the path from the local system.

animationType (*): Should specify the animation type.

isLoaded: It takes a Boolean, by default it is true. By this we can toggle the loader.

circle: It takes a Boolean, by default it is false. true specifies the loader in a circle.

speed: It takes an Integer, by default it is 2.

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago