Skip to content

ceremcem/loading-bar

 
 

Repository files navigation

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 nave

Build

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

Built files will be written into ./build directory

Releasing

./gen-dist.sh

LICENSE

MIT License

About

Flexible, light weighted and super fast Progress Bar Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • LiveScript 49.3%
  • JavaScript 48.4%
  • Shell 1.6%
  • Other 0.7%