1.0.19 • Published 6 years ago
just-another-loading-indicator v1.0.19
Just Another Loading Indicator
About
A run-of-the-mill loading indicator that can be imported as an npm module in React apps.
Steps to import
Run npm i just-another-loading-indicator within your React app.
Usage
import Loader from 'just-another-loading-indicator'- Render using
<Loader>within component
API
| Prop | Default | Type | Description |
|---|---|---|---|
| color | #000000 | string | Primary coloring |
| type | ring | string | Also bouncymoon, clock, pulse, jumpingdots |
| width | varies | number | Relevant width per type |
| height | varies | number | Relevant height per type |
Run demo locally
- Clone repository
- Run
npm run watchto watch the loading indicator source and refresh the demo accordingly - Navigate to
/demo - Run
npm install - Run
npm start