- Docs
- AI Components
- Markdown
Markdown
Markdown Component To Render the Markdown Content
Examples
Markdown Basics
Installation
pnpm dlx shadcn@latest add https://chatcn.me/c/markdown
Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | - | Markdown content to render |
className | string | - | Additional CSS classes |
theme | string | - | Code block theme ("dark" or "light") |