1.0.3 • Published 4 years ago

loader-bounce v1.0.3

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

loader-bounce

Simple loader component for react web apps

Installation

Using npm:

npm install loader-bounce

Demo

Demo of loader

Usage

import Loader from 'loader-bounce'

...

<Loader />

You can also configure the height, width and color of the loader:

import Loader from 'loader-bounce'

...

<Loader height={'90px'} width={'90px'} color={'#007A71'}/>

Default values

propvaluetype
height50pxstring
width50pxstring
color#66064Astring
1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago