Skip to content

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

Notifications You must be signed in to change notification settings

front/g-hero-section

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Packages

No packages published