Provides a client side navigation loading indicator similar to the Github indicator.
$ npm install watch-me-load --save
const loader = new WatchMeLoad(document.getElementById('loaderContainer'));
loader.startLoading('#2a9aee');
// some long lived global action occurs
loader.stopLoading();
TODO: write some contribution instructions.
iTEAM Consulting Software Development Team
Please submit an issue in this repo for support.