block-editor-components

Provides reusable React components for WordPress block editor UIs in TypeScript.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/WesleySmits/oh-my-brand-wp-fse --skill block-editor-components
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: block-editor-components
Source: https://github.com/WesleySmits/oh-my-brand-wp-fse/tree/main/.github/skills/block-editor-components
Command: npx skills add https://github.com/WesleySmits/oh-my-brand-wp-fse --skill block-editor-components

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamline building rich WordPress block editor UIs by providing reusable React components and patterns for edit.tsx.

Core Features & Use Cases

  • InspectorControls integration for sidebar settings
  • MediaUpload/MediaUploadCheck usage for media handling
  • useBlockProps wrapper and practical block editing patterns
  • Use cases include creating edit components, adding custom controls, and managing block attributes

Quick Start

Install and import the components, then start building your edit.tsx with the provided utilities.

Frequently Asked Questions about block-editor-components

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add inspector controls to a WordPress block editor component?

To add inspector controls to a WordPress block editor component, import reusable React patterns from this Skill to integrate InspectorControls seamlessly into your edit.tsx file. It supplies TypeScript-based utilities for sidebar settings.

What is the best way to use MediaUpload for WordPress block editing in React?

The best way to use MediaUpload for WordPress block editing is by leveraging the provided React components and patterns. This Skill streamlines MediaUpload and MediaUploadCheck integration, allowing developers to handle media assets efficiently within custom blocks.

How do I implement useBlockProps correctly in a TypeScript WordPress block?

Implement useBlockProps correctly in a TypeScript WordPress block by using the provided wrapper utilities that conform to WordPress coding standards. This Skill ensures your edit components receive proper block properties without manual configuration.

Can I use these React components to build Full Site Editing blocks?

Yes, you can use these React components to build Full Site Editing blocks. The Skill is specifically applicable for developers creating edit components for FSE blocks, ensuring robust UI development and attribute management.

Do I need any external dependencies to streamline WordPress block UI development?

No external dependencies are required to streamline WordPress block UI development with this Skill. It supplies self-contained, reusable React patterns and TypeScript utilities that conform to native WordPress standards directly.