@aelig/custom-html-renderer

Custom HTML Renderer

Add

pnpm dlx shadcn@latest add @aelig/custom-html-renderer

Safely maps raw HTML content into project typography, table, link, and image components.

Preview

Launch notes

The renderer maps raw HTML into registry typography, tables, links, and images.

AreaStatus
BlocksReady

Read documentation

Usage

import { CustomHtmlRenderer } from "@/components/blocks/custom-html-renderer"

export function Section() {
  return <CustomHtmlRenderer {...sectionProps} />
}