0.1.4 • Published 2 years ago

@wazframe/block-editor v0.1.4

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
2 years ago

WazFrame Block Editor

This module adds editor components for the WordPress / Gutenberg block editor that can be shared between blocks. Early alpha with lots of breaking changes to come as well as more updates and robust abilities.

Installation

Install using npm install @wazframe/block-editor

Usage

Heavily used in the wazframe/layout block library for use in the WazFrame plugin, a plugin for WordPress that makes CSS easier to work with.

WazFrame

Plugin for WordPress that fixes a lot of the quirkiness in CSS generation in WordPress (early development), and enables a more robust block system for easier layout composition in WordPress Block Themes / Gutenberg.

WazFrame Repository

WazFrame Layout

Block library of layout primitives that can be used independently or with the WazFrame plugin. This library powers the core basic blocks inside WazFrame.

WazFrame Layout Repository

Planned Additions

  • ReadMe Files for individual component usage
  • Deprecated Components removed
  • Hooks added to use save / edit functionality out of the box
  • API documentation
  • Finalize basic component library for use within WazFrame Layout Primitives.