@aelig/custom-html-renderer
Custom HTML Renderer
Add
pnpm dlx shadcn@latest add @aelig/custom-html-rendererSafely 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.
| Area | Status |
|---|---|
| Blocks | Ready |
Usage
import { CustomHtmlRenderer } from "@/components/blocks/custom-html-renderer"
export function Section() {
return <CustomHtmlRenderer {...sectionProps} />
}