1.0.5 • Published 5 years ago

vcloading v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

vcloading

simple page loading bar

Install

#with npm
npm install vcloading
#with yarn
yarn add vcloading 
# Or you can just copy the index.js to you project

Usage

// ES6 Import 
import vcloading from 'vcloading';
// CommonJs
var vcloading = require('vcloading');
// global 
var vcloading = window.vcloading;

The vcloading object has two methods, start and complete.

methodargsdescription
startan object that contains two properties, barColor and zIndexstart the loading bar
complete--complete the loading
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago