Data Display
MarkdownView
A styled Markdown renderer with code highlighting, table support, and link handling.
Preview:1280px
Stellix UI Material
A production-ready component library for agentic AI interfaces.
import { Button } from '@stellix/ui-web';Props
| Prop | Type | Default | Description |
|---|---|---|---|
| content | string | - | Markdown string to render. |
| sanitize | boolean | true | Strip unsafe HTML before rendering. |
| onLinkClick | (href: string) => void | - | Intercept link clicks. |