grapesjs-blocks-flexbox

WebJar for grapesjs-blocks-flexbox

Лицензия

Лицензия

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

Категории

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

Группа

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

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

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

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

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/artf/grapesjs-blocks-flexbox

Скачать grapesjs-blocks-flexbox

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

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

Зависимости

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

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

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

GrapesJS Blocks Flexbox

This plugin adds the Flexbox block which allows creating easily flexible and responsive columns

Demo

Summary

  • Plugin name: gjs-blocks-flexbox
  • Blocks
    • flexbox

Options

Option Description Default
stylePrefix Classes prefix ''
flexboxBlock Use this to extend the default flexbox block {}
labelRow Row label Row
labelColumn Column label Column

Download

  • CDN
    • https://unpkg.com/grapesjs-blocks-flexbox
  • NPM
    • npm i grapesjs-blocks-flexbox
  • GIT
    • git clone https://github.com/artf/grapesjs-blocks-flexbox.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-blocks-flexbox.min.js"></script>

<div id="gjs"></div>

<script type="text/javascript">
  var editor = grapesjs.init({
      container : '#gjs',
      ...
      plugins: ['gjs-blocks-flexbox'],
      pluginsOpts: {
        'gjs-blocks-flexbox': {
          // options
        }
      }
  });
</script>

Development

Clone the repository

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

Install dependencies

$ npm i

The plugin relies on GrapesJS via peerDependencies so you have to install it manually (without adding it to package.json)

$ npm i grapesjs --no-save

Start the dev server

$ npm start

License

BSD 3-Clause

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

Версия
0.1.1