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
- Host: GitHub
- URL: https://github.com/front/g-content-in-columns
- Owner: front
- Created: 2018-08-31T11:43:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T13:05:52.000Z (over 7 years ago)
- Last Synced: 2025-07-04T10:08:30.377Z (11 months ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 0
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)