Docs

Component

Markdown Viewer

Markdown viewer component rendered as rich prose content.

npx velyx@latest add markdown-viewer
pnpm dlx velyx@latest add markdown-viewer
yarn dlx velyx@latest add markdown-viewer
bunx --bun velyx@latest add markdown-viewer
markdown-viewer

Markdown Viewer

This is a simple markdown viewer component.

Features

  • Renders markdown headings and text
  • Supports lists and inline formatting
  • Displays code blocks cleanly
$user = User::query()->first();

Keep it minimal and readable.

Loading source...