Skip to main content

Components

Callouts, cards, steps, tabs, and more
Mintlify components let you build rich, interactive documentation pages using MDX. Here are some commonly used ones. See the components overview in the Mintlify documentation for a complete list.

Callouts

Use callouts to draw attention to important information.
A Note is for general information that helps the reader.
A Tip highlights a helpful shortcut or best practice.
A Warning flags something that could cause problems.
An Info callout provides supplementary context.

Cards

Cards link readers to other pages or resources.

API Reference

Auto-generated docs from your OpenAPI spec.

Quickstart

Get your docs running in three steps.
Use <Columns cols={N}> to control the grid width. Cards without href render as informational panels.

Steps

Steps present numbered procedures clearly.
1

Install the package

2

Initialize

Run the init command in your project root.
3

You're ready

Start using the package in your code.

Tabs

Tabs let readers switch between alternative content — different languages, environments, or platforms.

Accordions

Accordions collapse content behind a toggle — useful for FAQs or optional detail.
A brief answer to the first question. Keep it concise.
Another answer here. Use as much space as you need.

Frames

Wrap images or other content in a Frame to add a styled border and rounded corners.
Big Bend landscape

Code groups

CodeGroup displays multiple code snippets as tabs — ideal for showing the same example in multiple languages.