Socket
Socket
Sign inDemoInstall

watch-me-load

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    watch-me-load

Github styled way of visualizing client side navigation events.


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 26 Apr 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc