Skip to content
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.

  • 39 cross-platform components
  • Full dark mode support
  • TypeScript first
  • import { Button } from '@stellix/ui-web';

    Props

    PropTypeDefaultDescription
    contentstring-Markdown string to render.
    sanitizebooleantrueStrip unsafe HTML before rendering.
    onLinkClick(href: string) => void-Intercept link clicks.