Skip to content
On this page

Block Manipulation

In this example, we create 4 buttons under the editor to manipulate the currently selected block.

Relevant Docs:

export default function App(): JSX.Element {
  return <h1>Hello World</h1>
}