grapesjs-tabs

WebJar for grapesjs-tabs

Лицензия

Лицензия

BSD 3-Clause
Категории

Категории

JavaScript Языки программирования
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

grapesjs-tabs
Последняя версия

Последняя версия

0.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

grapesjs-tabs
WebJar for grapesjs-tabs
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/artf/grapesjs-tabs

Скачать grapesjs-tabs

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/grapesjs-tabs/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>grapesjs-tabs</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/grapesjs-tabs/
implementation 'org.webjars.npm:grapesjs-tabs:0.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/grapesjs-tabs/
implementation ("org.webjars.npm:grapesjs-tabs:0.1.2")
'org.webjars.npm:grapesjs-tabs:jar:0.1.2'
<dependency org="org.webjars.npm" name="grapesjs-tabs" rev="0.1.2">
  <artifact name="grapesjs-tabs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='grapesjs-tabs', version='0.1.2')
)
libraryDependencies += "org.webjars.npm" % "grapesjs-tabs" % "0.1.2"
[org.webjars.npm/grapesjs-tabs "0.1.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

GrapesJS Tabs

Simple tabs component plugin for GrapesJS

GrapesJS Tabs

Demo

Requirements

  • GrapesJS v0.13.8 or higher

Summary

  • Plugin name: grapesjs-tabs
  • Components
    • tabs - Main tabs component
    • tab-container - Component which contains single tabs
    • tab - Single tab component
    • tab-content - Tab's content
    • tab-contents - Component containing tab contents
  • Blocks
    • tabs

Options

You can see all the available options here.

Download

  • CDN
    • https://unpkg.com/grapesjs-tabs
  • NPM
    • npm i grapesjs-tabs
  • GIT
    • git clone https://github.com/artf/grapesjs-tabs.git

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>

Development

Clone the repository

$ git clone https://github.com/artf/grapesjs-tabs.git
$ cd grapesjs-tabs

Install dependencies

$ npm i

Start the development server

$ npm start

License

BSD 3-Clause

Версии библиотеки

Версия
0.1.2