0.2.4 • Published 6 years ago
grapesjs-plugin-tabs v0.2.4
GrapesJS Tabs fork
Simple tabs component plugin for GrapesJS
Usage
<link href="https://unpkg.com/grapesjs/dist/css/grapes.min.css" rel="stylesheet"/>
<script src="https://unpkg.com/grapesjs"></script>
<script src="path/to/grapesjs-tabs.min.js"></script>
<div id="gjs"></div>
<script type="text/javascript">
var editor = grapesjs.init({
container : '#gjs',
...
plugins: ['grapesjs-tabs'],
pluginsOpts: {
'grapesjs-tabs': {
// options
}
}
});
</script>Authors
- Разработчик: Дубов Виталий
- Менеджер: Кравцов Юрий
Development
Clone the repository
$ git clone https://github.com/artf/grapesjs-tabs.git
$ cd grapesjs-tabsInstall dependencies
$ npm iStart the development server
$ npm startLicense
BSD 3-Clause
0.2.4
6 years ago