Components Overview
All available MDX components at a glance
Jamdesk provides a rich set of components to create engaging documentation.
Layout Components
Display content in bordered cards
Organize content in tabbed sections
Collapsible content sections
Numbered step-by-step guides
Show/hide additional content
Styled container with caption
Callout Components
General information callout
Helpful context callout
Important warning callout
Pro tip or suggestion
Success or confirmation
Critical warning callout
Code Components
Tabbed code examples
API request code block
API response code block
Quick Examples
Cards
Cards can contain any content including code, lists, and other components.
Callouts
This is a note callout for general information.
This is a warning callout for important notices.
This is a tip callout for helpful suggestions.
Tabs
function App() {
return <h1>Hello React</h1>;
}<template>
<h1>Hello Vue</h1>
</template>
Accordion
Hidden content that expands when clicked.
Steps
Do this first.
Then do this.