An open API service indexing awesome lists of open source software.

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

Add the flexbox block
https://github.com/grapesjs/blocks-flexbox

Last synced: 9 months ago
JSON representation

Add the flexbox block

Awesome Lists containing this project

README

          

# GrapesJS Blocks Flexbox

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

[Demo](https://codepen.io/artf/full/qpWBRW/)

## Summary

* Plugin name: `grapesjs-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/GrapesJS/blocks-flexbox.git`

## Usage

```html

var editor = grapesjs.init({
container : '#gjs',
...
plugins: ['grapesjs-blocks-flexbox'],
pluginsOpts: {
'grapesjs-blocks-flexbox': {
// options
}
}
});

```

## Development

Clone the repository

```sh
$ git clone https://github.com/GrapesJS/blocks-flexbox.git
$ cd blocks-flexbox
```

Install dependencies

```sh
$ npm i
```

Start the dev server

```sh
$ npm start
```

## License

BSD 3-Clause