Mintlify Component Gallery
Overview
This page showcases all the Mintlify components available for MNKY MIND documentation. Use this as a reference when creating or updating documentation pages.Copy and paste the examples from this gallery to use them in your own documentation.
Basic Components
Cards
Cards are used to highlight key information or group related content.Single Card Example
This is a single card that can contain any content, including text, lists, and even code blocks.
Card Groups
First Card
Use cards in groups to organize content
Second Card
Each card can have its own icon
Third Card
And they can be arranged in columns
Linked Cards
Documentation Guide
Internal link to another documentation page
External Resource
External link that opens in a new tab
Tabs
Tabs are useful for presenting alternative content or different variations of the same concept.- TypeScript
- JavaScript
- Python
Steps
Steps are used for sequential processes or instructions.1
First Step
This is the first step in the process. You can include any content here.
2
Second Step
After completing the first step, move on to this one.
- You can include lists
- And other formatted content
3
Final Step
Complete the process with this last step.
You can even nest other components inside steps.
Accordions
Accordions are useful for hiding lengthy content that not all users need to see.Basics
Basics
Basic information that expands when clicked.
- You can include any content inside
- Including lists, code, and other elements
Advanced Usage
Advanced Usage
More detailed information for advanced users.
Callouts
Various callout styles to highlight different types of information.This is a standard note for general information and tips.
This is an info box for additional context that might be helpful.
This is a success message to confirm that something works correctly.
This highlights critical information that could cause serious problems if ignored.
Code Components
Code Blocks
Standard code blocks with syntax highlighting.Code Block with Title
src/api/users.ts
Code Block with Line Highlighting
src/components/UserProfile.tsx
Diagrams
Mermaid Diagrams
Mermaid can be used to create various types of diagrams.Sequence Diagram
Flowchart
Images and Media
Standard Image
Styled Image
Image with Caption
Layout Components
Two-Column Layout
This is the left column. You can put any content here.
- List item 1
- List item 2
- List item 3
This is the right column. You can put different content here.
Frame

Frame with Caption

Figure 2: Screenshot of the application interface
Interactive Components
API Reference
User object containing all user data
Parameters
Filter results by specific criteria
Maximum number of results to return
Bearer token for authentication
Expandable Section
Tables
Standard Table
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier |
| name | string | Display name |
| created_at | timestamp | Creation date and time |
| status | enum | Status (active, inactive, pending) |
Interactive Table with Search
| Property | Type | Default | Description |
|---|---|---|---|
| enableFeature | boolean | false | Whether to enable the feature |
| maxItems | number | 10 | Maximum number of items to display |
| itemType | string | ”default” | Type of items to display (default, compact, detailed) |
| onSelect | function | undefined | Callback function invoked when an item is selected |
Advanced Components
Math Equations
Math can be written in LaTeX format:Code File
Tooltip
This text has a that provides more information.How to Use This Gallery
- Browse through the components to find what you need
- Click on the “Copy” button in the code blocks to copy the example
- Paste into your documentation and customize
- Refer to the Documentation Guide for best practices
This gallery is a living document and will be updated as new components become available or best practices evolve.
For questions about Mintlify components, please refer to the official Mintlify documentation or contact the MOOD MNKY documentation team.