Components
MDX components available in your docs
Jamdesk includes built-in components you can drop into any MDX file. No imports needed — just use the tags.
Available components
| Component | Use for |
|---|---|
| Card | Feature highlights, page links |
| Columns | Grid layouts |
| Note / Tip / Warning | Callouts for important information |
| Tabs | Language or platform switchers |
| Accordion | Collapsible FAQ sections |
| Steps | Setup guides, tutorials |
| CodeGroup | Multi-language code examples |
| ParamField | API parameters |
| ResponseField | API response schemas |
| Frame | Bordered screenshots |
Quick example
<Card title="Authentication" icon="lock" href="/api-reference">
API keys, OAuth tokens, and rate limits.
</Card>
See the Component Reference section in the sidebar for live examples of every component.