Skip to content
On this page

Making UI Elements From Scratch

In this example, we create a custom static Formatting Toolbar from scratch, as well as a Slash Menu and Side Menu.

Relevant Docs:

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