Package Exports
- loader-bounce
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (loader-bounce) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
loader-bounce
Simple loader component for react web apps
Installation
Using npm:
npm install loader-bounce
Demo

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 |