A Backbone based toolbar implementation.
Перейти к файлу
Teng DU 154cc454a9 Fix "firefox float right problem" 2016-10-31 21:00:45 +08:00
demos Merge branch 'master' of https://github.com/Microsoft/backbone-toolbar 2016-09-12 22:38:24 +08:00
js Fix "firefox float right problem" 2016-10-31 21:00:45 +08:00
spec dropdown support attributes 2016-09-15 20:32:45 +08:00
.editorconfig reset the project 2016-08-22 21:59:53 +08:00
.eslintignore reset the project 2016-08-22 21:59:53 +08:00
.eslintrc.yaml dropdown support attributes 2016-09-15 20:32:45 +08:00
.gitignore setup the jsdoc task 2016-09-22 12:00:38 +08:00
.travis.yml reset the project 2016-08-22 21:59:53 +08:00
README.md reset the project 2016-08-22 21:59:53 +08:00
gulpfile.js setup the jsdoc task 2016-09-22 12:00:38 +08:00
jsdoc.json setup the jsdoc task 2016-09-22 12:00:38 +08:00
karma.conf.js fix the infrustructure 2016-08-23 16:48:47 +08:00
package.json 0.0.6 2016-10-26 06:26:29 +08:00
speclist.js fix the infrustructure 2016-08-23 16:48:47 +08:00
wdio.conf.js reset the project 2016-08-22 21:59:53 +08:00
webpack.alias.js reset the project 2016-08-22 21:59:53 +08:00
webpack.config.js Fix the class inheritance bug for IE <= 10 2016-10-26 06:23:35 +08:00

README.md

backbone-toolbar

NPM version Build Status Dependency Status Coverage percentage

A Backbone based toolbar implementation.

Usage

npm install --save backbone-toolbar

In your JavaScript code

As AMD

require(['backbone-toolbar'], function (backboneToolbar) {
  // use the backboneToolbar
});

As CMD

var backboneToolbar = require('backbone-toolbar');

// use the backboneToolbar