Attributes

Custom JavaScript components designed to store and manage Gutenberg block attributes. You can use components in the:

1. InspectorControls

index.js
import { __ } from '@wordpress/i18n';

import {
	InspectorControls,
} from '@wordpress/block-editor';

import {
	PanelBody,
} from '@wordpress/components';

Controls:

2. BlockControls

Controls:

Last updated

Was this helpful?