Skip to main content
Mintlify

Search documentation

Type to search this documentation.

On this pageOverview

Panel

Customize the right side panel content on documentation pages to display supplementary information, examples, or navigation elements.

You can use the <Panel> component to customize the right side panel of a page with any components that you want.

If a page has a <Panel> component, any RequestExample and ResponseExample components must be inside <Panel>.

The components in a <Panel> replace a page's table of contents. Page modes that suppress the table of contents (mode: "wide", mode: "center", and mode: "custom") also suppress the <Panel> component.

MDX
<Panel>
  <Info>Pin info to the side panel. Or add any other component.</Info>
</Panel>
  • className (string) — Additional CSS classes to apply to the panel container.
Suggest an edit

Propose a replacement for this page. The site team reviews it before applying any changes.

Export
Documentation menu