Block movers allow moving blocks inside the editor using up and down buttons.
Shows the block mover buttons in the block toolbar.
import { BlockMover } from '@wordpress/block-editor';
const MyMover = () => <BlockMover clientIds={ [ clientId ] } />;Blocks IDs
- Type:
Array
Block Editor components are components that can be used to compose the UI of your block editor. Thus, they can only be used under a BlockEditorProvider in the components tree.
