1.2.0 • Published 15 days ago

@meom/block-components v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

Block Components

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

Introduction

The Block Editor Components package provides reusable components, hooks and helper functions to use with the WordPress block editor. 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 Components package is to install as a node dependency.

npm install @meom/block-components

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.

One way to ensure all dependencies are loaded is to use the @wordpress/dependency-extraction-webpack-plugin package.

Components

Contributing

See the contribution guidelines for more information.

Inspiration and other block components

1.2.0

15 days ago

1.1.0

25 days ago

1.0.2-beta

2 months ago

1.0.0-beta

2 months ago

1.0.1-beta

2 months ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago