Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/loadingio/loading-bar

Flexible, light weighted and super fast Progress Bar Library
https://github.com/loadingio/loading-bar

ajax loader loading progress

Last synced: 3 months ago
JSON representation

Flexible, light weighted and super fast Progress Bar Library

Lists

README

        

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/](https://loading.io/progress/)

Example
=============

![progress bar sample](https://raw.githubusercontent.com/loadingio/loading-bar/master/img/sample.gif)

Usage
=============

download and include the required [JS](https://raw.githubusercontent.com/loadingio/loading-bar/master/dist/loading-bar.js) and [CSS](https://raw.githubusercontent.com/loadingio/loading-bar/master/dist/loading-bar.css) files:



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