ComponentsBasicHTMLRender raw HTML content safelyCopy MarkdownOpenExamples Basic HTMLPreviewCodeFormat: markdownRich text editor (basic){ "type": "html", "html": "<p>This is <strong>HTML</strong> content</p>" } Schema interface HtmlSchema { type: 'html'; html: string; }SeparatorVisual divider between content sectionsButton GroupGroup multiple buttons together with shared styling