Skip to main content

Html

Html is a component for rendering HTML content.

Usage

<Script>
const $html = "<p>This is <b>HTML</b> content.</p>";
</Script>
<Html
content={$html}
/>

Props

content

Type: string Required: true

The HTML content to render.