Add the flexbox block
npm install grapesjs-blocks-flexboxThis plugin adds the Flexbox block which allows creating easily flexible and responsive columns
* Plugin name: grapesjs-blocks-flexbox
* Blocks
* flexbox
|Option|Description|Default|
|-|-|-
|stylePrefix|Classes prefix|''|
|flexboxBlock|Use this to extend the default flexbox block|{}|
|labelRow|Row label|Row|
|labelColumn|Column label|Column|
* CDN
* https://unpkg.com/grapesjs-blocks-flexbox
* NPM
* npm i grapesjs-blocks-flexbox
* GIT
* git clone https://github.com/GrapesJS/blocks-flexbox.git
``html
`
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
BSD 3-Clause