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

https://github.com/front/g-content-in-columns

A Gutenberg block
https://github.com/front/g-content-in-columns

Last synced: 4 months ago
JSON representation

A Gutenberg block

Awesome Lists containing this project

README

          

# g-content-in-columns
A Gutenberg block

## Installation

Install from npm:

```
$ npm install @frontkom/g-content-in-columns
```

Then load the block module and css on the editor:

```
import '@frontkom/g-content-in-columns';
import '@frontkom/g-content-in-columns/build/style.css';
```

This will create a new block category called "**Cloud Blocks**" containing the "**Content in columns**" block.

## Dev mode

To run the block in development mode:

```
$ npm start
```

## Gutenberg Cloud

Read more at [https://gutenbergcloud.org/](https://gutenbergcloud.org/)