0.1.1 • Published 8 years ago

scribe-plugin-toolbar-dropdown v0.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

scribe-plugin-toolbar-dropdown

A plugin for the scribe Toolbar to use plugins in a dropdown.

Usage

var scribePluginToolbar = require('scribe-plugin-toolbar');
var scribePluginToolbarDropdown = require('scribe-plugin-toolbar-dropdown');

scribe.use(scribePluginToolbar(toolbarNode));
scribe.use(scribePluginToolbarDropdown(toolbarNode, {
    defaultCommand: 'p',
    selector: '.toolbar-dropdown',
    activeSelector: '.toolbar-dropdown-active'
}));

Installation

bower install scribe-plugin-toolbar-dropdown
0.1.1

8 years ago

0.1.0

8 years ago