iteam-software / watch-me-load

Need a github-style way of visualizing client side navigation events? Use watch-me-load!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Need a github-style way of visualizing client side navigation events? Use watch-me-load!

License:MIT License


Languages

Language:JavaScript 93.8%Language:HTML 6.2%