loader-bounce

1.0.3 • Public • Published

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

prop value type
height 50px string
width 50px string
color #66064A string

/loader-bounce/

    Package Sidebar

    Install

    npm i loader-bounce

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    78.3 kB

    Total Files

    10

    Last publish

    Collaborators

    • marialungu