A Backbone based toolbar implementation.
Перейти к файлу
microsoft-github-policy-service[bot] 0c6f931249
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-13 17:53:06 +00:00
demos fix a11y issue 2017-09-15 16:46:46 +08:00
js a11y fix 2017-09-21 20:40:15 +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
SECURITY.md Microsoft mandatory file 2023-06-02 21:20:42 +00: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