Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 482 Bytes

File metadata and controls

31 lines (19 loc) · 482 Bytes

EditorContent

EditorContent renders read-only HTML produced by the Editor.

import { EditorContent } from '@atlas/ui';

Usage

<EditorContent :content="html" />

API

Props

Name Type Default Description
content string HTML string to render.

Slots

None.

Events

None.

Refer to the Tiptap EditorContent documentation.