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
- Host: GitHub
- URL: https://github.com/loadingio/loading-bar
- Owner: loadingio
- License: mit
- Created: 2017-05-15T08:29:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T06:55:14.000Z (almost 2 years ago)
- Last Synced: 2024-07-23T03:45:51.817Z (4 months ago)
- Topics: ajax, loader, loading, progress
- Language: LiveScript
- Size: 1.25 MB
- Stars: 402
- Watchers: 13
- Forks: 75
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - loadingio/loading-bar - Flexible, light weighted and super fast Progress Bar Library (LiveScript)
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