Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@frontkom/g-hero-section

front66MIT0.7.5

A custom block for Gutenberg Cloud

gutenberg, gutenberg-cloud

readme

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