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

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

License

Notifications You must be signed in to change notification settings

iteam-software/watch-me-load

Repository files navigation

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!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published