0.1.1 • Published 9 years ago

backbone-nprogress v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

backbone-nprogress

Show slim nprogress bars when your backbone collections and models are fetching.

nprogress

Demo

Install

npm install nprogress backbone-nprogress

How to use

var nprogress = require('nprogress');

// Configure nprogress
nprogress.configure({
  showSpinner: false,
  speed: 500
});

// Patch Backbone
require('backbone-nprogress');

License

MIT