Components
Callout
Highlight information that readers should not miss.
Types
<Callout type="note">Pages are sorted by their numeric prefix.</Callout>
<Callout type="tip">Use `sync` on code groups to remember a package manager.</Callout>
<Callout type="warning">`editUrl` must end with a slash.</Callout>
<Callout type="caution">Removing a page breaks links to it.</Callout>Custom title
<Callout type="tip" title="Good to know">
Callouts accept any Markdown, including **bold** text and [links](/components/badge).
</Callout>Props
type'note' | 'tip' | 'warning' | 'caution'default: 'note'
Tone and icon.
titlestring
Replaces the default label.