You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ajmal JK b5e4d59c7b [UPDT] gitignore updated 6 years ago
..
img [UPDT] gitignore updated 6 years ago
lib [UPDT] gitignore updated 6 years ago
src [UPDT] gitignore updated 6 years ago
LICENSE [UPDT] gitignore updated 6 years ago
README.md [UPDT] gitignore updated 6 years ago
_gitignore [UPDT] gitignore updated 6 years ago
gen-dist [UPDT] gitignore updated 6 years ago
gulpfile.ls [UPDT] gitignore updated 6 years ago
index.html [UPDT] gitignore updated 6 years ago
package-lock.json [UPDT] gitignore updated 6 years ago
package.json [UPDT] gitignore updated 6 years ago

README.md

loading-Bar

loading-Bar is a highly flexible, open sourced progress bar library based on SVG. For demo and documentation, check out the official website: https://loading.io/progress/

Example

progress bar sample

Usage

download and include the required JS and CSS files:

<link rel="stylesheet" type="text/css" href="loading-bar.css"/>
<script type="text/javascript" src="loading-bar.js"></script>
<div class="ldBar"></div>

Building

Install prerequisites

sudo npm install -g gulp

Build

git clone https://github.com/loadingio/loading-bar
cd loading-bar
npm install
gulp

Built files will be written into ./build directory

LICENSE

MIT License