Skip to content

Instantly share code, notes, and snippets.

@igmoweb
Last active July 28, 2020 09:49
Show Gist options
  • Save igmoweb/7a1b8385f29ed4cfc45470fc5eaf8fe1 to your computer and use it in GitHub Desktop.
Save igmoweb/7a1b8385f29ed4cfc45470fc5eaf8fe1 to your computer and use it in GitHub Desktop.
import { InspectorControls } from '@wordpress/block-editor';
import { PanelBody } from '@wordpress/components';
const BlockSettings = () => {
return <InspectorControls>
<PanelBody
title="My panel body"
>
Hello world
</PanelBody>
</InspectorControls>
}
export default BlockSettings;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment