ComponentsBasicHTMLRender raw HTML content safelyCopy MarkdownOpenExamples Basic HtmlPreviewCodeThis is HTML content{ "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