Markdown Components
A live showcase of every prose alias.
All components use lowercase aliases — never U-prefixed PascalCase names inside markdown.
Callouts
Note — a neutral informational callout.
Tip — helpful advice.
Warning — proceed with caution.
Caution — potential issues ahead.
Custom callout — fully tunable with
icon and color props.Cards
Card Title
Card body content goes here. Optional to prop makes it a link.
Card One
First card in a group.
Card Two
Second card in a group.
Accordion
This is an accordion item. It can hold any markdown content.
Each item is collapsible. Use type="single" or type="multiple".
Tabs
Content for tab A. Note the triple colons for nesting inside ::tabs.
Content for tab B.
Steps
Code Blocks
bun install
bun run dev
function longFunction() {
// This block is collapsed by default
return true
}
Inline Components
This text has an inline icon next to it.
Ctrl+K is the keyboard shortcut.
Badge
This is a badgeCollapsible
Hidden content revealed on click.