🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

watch-me-load

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watch-me-load

Github styled way of visualizing client side navigation events.

0.1.0
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

client-side

FAQs

Package last updated on 26 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts