Tulip Logo IconTulip
Editor

Setup

Add Tulip editor components where rich-text fields are needed.

Use the editor package when users need rich-text content instead of plain strings.

Entry points

import type { EditorJSONContent } from "@tulip-systems/editor";
import { Editor } from "@tulip-systems/editor/client";

Where to use it

  • detail pages
  • note fields
  • task descriptions
  • proposal or document content
  • inline rich-text editing

Continue reading

On this page