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

ComponentUse for
CardFeature highlights, page links
ColumnsGrid layouts
Note / Tip / WarningCallouts for important information
TabsLanguage or platform switchers
AccordionCollapsible FAQ sections
StepsSetup guides, tutorials
CodeGroupMulti-language code examples
ParamFieldAPI parameters
ResponseFieldAPI response schemas
FrameBordered screenshots

Quick example

Authentication

API keys, OAuth tokens, and rate limits.

<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.

Next steps

Cards

Card layouts and grid arrangements.

Code Blocks

Syntax highlighting and code groups.