A Backbone based toolbar implementation.
Перейти к файлу
Wei Wei (BINGADS) c9f29456af Switch to yarn 2017-01-06 11:47:15 +08:00
demos Fix eslint errors 2017-01-06 11:43:01 +08:00
js Fix eslint errors 2017-01-06 11:43:01 +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.0 2017-01-05 03:57:53 -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 Update source map 2017-01-05 03:57:06 -08:00
yarn.lock Switch to yarn 2017-01-06 11:47:15 +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