Tulip Logo IconTulip
Editor

Toolbar

Use editor menu components to expose formatting controls.

Editor menus expose formatting controls near the editor surface.

Use a fixed menu for stable editing areas and a bubble menu when controls should appear near the current selection.

Common imports

import { EditorContent, EditorMenuFixed } from "@tulip-systems/editor/client";

Continue reading

On this page