0.0.6 • Published 7 years ago
grapesjs-plugin-button-event v0.0.6
GrapesJS Plugin Button event
This plugin enables you to add button with event emitters to grapesJs panels.
Summary
- Plugin
- Name:
gjs-plugin-button-event - Options:
- Name:
Download
npm i grapesjs-plugin-button-event
Usage
<link href="path/to/grapes.min.css" rel="stylesheet"/>
<link href="path/to/grapesjs-plugin-button-event.css" rel="stylesheet"/>
<script src="path/to/grapes.min.js"></script>
<script src="path/to/grapesjs-plugin-button-event.min.js"></script>
<div id="gjs"></div>
<script type="text/javascript">
var editor = grapesjs.init({
container : '#gjs',
plugins: ['gjs-plugin-button-event'],
pluginsOpts: {
'gjs-plugin-button-event': {/* ...options */}
}
});
</script>Development
Clone the repository
$ git clone https://github.com/chaitanya11/grapesjs-plugin-button-event.git
$ cd grapesjs-plugin-button-eventInstall it
$ npm iThe plugin relies on GrapesJS via peerDependencies so you have to install it manually (without adding it to package.json)
$ npm i grapesjs --no-saveStart the dev server
$ npm startLicense
BSD 3-Clause