A Backbone based toolbar implementation.
Перейти к файлу
Wei Wei (BINGADS) f19b3742ea 0.1.3 2017-07-20 01:17:00 -07:00
demos Support disabled attribute for menu item 2017-04-23 21:30:59 +08:00
js disabled for dropdown not work 2017-07-20 15:12:22 +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.1.3 2017-07-20 01:17:00 -07: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 Update source map 2017-01-05 03:57:06 -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