Tulip Logo IconTulip
Dependencies

TipTap

TipTap is the rich-text editor engine behind Tulip editor components.

TipTap is the editor engine used by Tulip's rich-text editor package.

Tulip wraps editor behavior into package components that fit the shared UI and inline editing model.

Where Tulip uses TipTap

  • @tulip-systems/editor exposes rich-text editor components and shared editor types.
  • @tulip-systems/inline can render inline rich-text editor inputs.
  • app modules can store and render editor JSON content.

What Tulip adds

Tulip adds shared editor components, JSON content types, menu components, and package-level integration with inline editing.

What your app owns

  • content schema decisions
  • storage location
  • editor field placement
  • rendering context
  • domain-specific validation

Continue reading

On this page