Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 865 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 865 Bytes

Watch Me Load

Build Status

Provides a client side navigation loading indicator similar to the Github indicator.

Usage

Install with NPM

$ npm install watch-me-load --save

Instantiate a WatchMeLoad object globally on the client side.

const loader = new WatchMeLoad(document.getElementById('loaderContainer'));

Activate and deactivate the loading states

loader.startLoading('#2a9aee');

// some long lived global action occurs

loader.stopLoading();

Contribute

TODO: write some contribution instructions.

Author

iTEAM Consulting Software Development Team

Support

Please submit an issue in this repo for support.