front / g-hero-section

A block for Gutenberg Cloud. Works with both Drupal and WordPress!

Home Page:https://gutenbergcloud.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hero Section

This project is both a Proof of Concept and Boilerplate for blocks meant to be used with the GutenbergJS editor or Gutenberg for WordPress.

Build folder

The build folder is temporarily part of this repository in order this block be ready to be downloaded and included in the Gutenberg editor, without any compilation at client-side.

Installation

Install from npm:

npm install @frontkom/g-hero-section

Then load the block module and css on the editor:

import '@frontkom/g-hero-section';
import '@frontkom/g-hero-section/build/style.css';

Dev mode

To run the block in development mode:

npm start

Project Structure

TBA

Development

TBA

Gutenberg Cloud

TBA

About

A block for Gutenberg Cloud. Works with both Drupal and WordPress!

https://gutenbergcloud.org


Languages

Language:JavaScript 83.1%Language:CSS 16.9%