0.6.4 • Published 2 months ago

@humanmade/block-editor-components v0.6.4

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

Block Editor Components

Reusable components, hooks and helper functions for the WordPress block editor(s).


Table of Contents


Introduction

The Block Editor Components package provides reusable components, hooks and helper functions to use with the WordPress block editor(s). This is not a WordPress plugin or other production-use library. Instead, the package is intended to be used as development-time dependency, contributing to your plugin or project codebase build.

Installation

The recommended way to use the Block Editor Components package is to install as a development-only Node dependency.

Using npm:

npm install --save-dev @humanmade/block-editor-components

Of course, you can also use Yarn, pnpm or any other package manager.

Note: As the Block Editor Components package provides a variety of components, hooks and utils that you usually don't all need for a given project, the package does not declare any @wordpress/* dependencies. This means that you need to ensure all dependency assets are declared and loaded.

You can read about an individual component's dependencies in the relevant README file. One way to ensure all dependencies are loaded is to use the @wordpress/dependency-extraction-webpack-plugin package.

Components

Hooks

Utils

Contributing

This project relies on contributions from those using it! See the contribution guidelines for more information.

0.6.4

2 months ago

0.6.2-alpha

5 months ago

0.6.3

5 months ago

0.6.2

5 months ago

0.5.0

7 months ago

0.6.1

6 months ago

0.6.0

6 months ago

0.5.0-beta.1

11 months ago

0.5.0-beta.0

11 months ago

0.5.0-beta.2

11 months ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago