EditorContent renders read-only HTML produced by the Editor.
import { EditorContent } from '@atlas/ui';<EditorContent :content="html" />| Name | Type | Default | Description |
|---|---|---|---|
| content | string |
— | HTML string to render. |
None.
None.
Refer to the Tiptap EditorContent documentation.