backbone-nprogress

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i backbone-nprogress

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • shuvalov-anton