Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@humanmade/block-editor-components
Advanced tools
Reusable components, hooks and helper functions for the WordPress block editor(s).
Reusable components, hooks and helper functions for the WordPress block editor(s).
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.
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.
ConditionalComponent
FetchAllTermSelectControl
FileControls
ImageControl
InnerBlockSlider
LinkToolbar
PlainTextWithLimit
PostPicker
PostTitleControl
PostTypeCheck
RichTextWithLimit
useActiveBlockStyle
useBlockStyles
useDisallowedBlocks
useMeta
useRenderAppenderWithBlockLimit
useSelectBlock
useSetAttribute
This project relies on contributions from those using it! See the contribution guidelines for more information.
FAQs
Reusable components, hooks and helper functions for the WordPress block editor(s).
We found that @humanmade/block-editor-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.