ObjectUIObjectUI

HTML

Render raw HTML content safely

Examples

Basic Html

This is HTML content

Schema

interface HtmlSchema {
  type: 'html';
  html: string;
}

On this page