All Projects → loadingio → Loading Bar

loadingio / Loading Bar

Licence: mit
Flexible, light weighted and super fast Progress Bar Library

Programming Languages

livescript
113 projects

Projects that are alternatives of or similar to Loading Bar

Whirl
CSS loading animations with minimal effort!
Stars: ✭ 774 (+158%)
Mutual labels:  loader, loading, progress
spinners-angular
Lightweight SVG/CSS spinners for Angular
Stars: ✭ 21 (-93%)
Mutual labels:  progress, loader, loading
Waitme
jquery plugin for easy creating loading css3/images animations
Stars: ✭ 302 (+0.67%)
Mutual labels:  loader, loading, progress
Awloader
AWLoader is a UI Component that allows you to integrate loader that fits your needs within your app.
Stars: ✭ 11 (-96.33%)
Mutual labels:  loader, loading, progress
Vue Loaders
Vue + loaders.css
Stars: ✭ 127 (-57.67%)
Mutual labels:  loader, loading, progress
Spinners React
Lightweight SVG/CSS spinners for React
Stars: ✭ 254 (-15.33%)
Mutual labels:  loader, loading, progress
Vue Wait
Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
Stars: ✭ 1,869 (+523%)
Mutual labels:  loader, loading, progress
Css Spinner
small, elegant pure css spinner for ajax or loading animation
Stars: ✭ 1,013 (+237.67%)
Mutual labels:  ajax, loader, loading
react-native-modal-loader
Customizable animated modal progress hud for react apps.
Stars: ✭ 36 (-88%)
Mutual labels:  progress, loader
CustomProgress
一款常见的进度条加载框架
Stars: ✭ 32 (-89.33%)
Mutual labels:  progress, loading
spinnies
Node.js module to create and manage multiple spinners in command-line interface programs
Stars: ✭ 111 (-63%)
Mutual labels:  progress, loading
ngx-loader-indicator
Awesome loader for angular applications. No wrappers only you elements
Stars: ✭ 44 (-85.33%)
Mutual labels:  loader, loading
AMProgressHUD
A gif progress HUD for iOS.
Stars: ✭ 18 (-94%)
Mutual labels:  progress, loading
SSSwiftUISpinnerButton
SSSwiftUISpinnerButton is a collection of various spinning animations for buttons in SwiftUI.
Stars: ✭ 37 (-87.67%)
Mutual labels:  loader, loading
Vue Api Request
Control your API calls by using an amazing component which supports axios and vue-resource
Stars: ✭ 116 (-61.33%)
Mutual labels:  ajax, loader
angular-progress-http
[DEPRECATED] Use @angular/common/http instead
Stars: ✭ 43 (-85.67%)
Mutual labels:  progress, ajax
Uploader
A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
Stars: ✭ 1,042 (+247.33%)
Mutual labels:  ajax, progress
vue-loading
Loading bar for Vue.js apps using axios
Stars: ✭ 19 (-93.67%)
Mutual labels:  loader, loading
busy-load
A flexible loading-mask jQuery-plugin
Stars: ✭ 76 (-74.67%)
Mutual labels:  loader, loading
progress-image-view-android
Simple progress with ImageView android
Stars: ✭ 64 (-78.67%)
Mutual labels:  progress, loading

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].