1.0.19 • Published 4 years ago

just-another-loading-indicator v1.0.19

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

  1. import Loader from 'just-another-loading-indicator'
  2. Render using <Loader> within component

API

PropDefaultTypeDescription
color#000000stringPrimary coloring
typeringstringAlso bouncymoon, clock, pulse, jumpingdots
widthvariesnumberRelevant width per type
heightvariesnumberRelevant height per type

Run demo locally

  1. Clone repository
  2. Run npm run watch to watch the loading indicator source and refresh the demo accordingly
  3. Navigate to /demo
  4. Run npm install
  5. Run npm start
1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

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.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