Components

Built-in MDX components for your documentation pages — cards, callouts, tabs, steps, accordions, and code groups. No imports needed.

Jamdesk includes built-in components that you can use directly in your MDX files. No imports needed.

Available components

ComponentUse for
CardHighlighting features, linking to pages
ColumnsGrid layouts of cards
CalloutNotes, tips, warnings
TabsShowing alternatives (languages, platforms)
AccordionCollapsible sections
StepsSequential instructions
CodeGroupMulti-language code examples

Example

Here's a card with an icon that links to another page:

Quickstart Guide

Get up and running in minutes.

<Card title="Quickstart Guide" icon="rocket" href="/quickstart">

  Get up and running in minutes.

</Card>

Browse the Components tab in the sidebar to see live examples of every component.