Files
mintlify__docs/components/panel.mdx
2026-02-17 16:06:55 -08:00

22 lines
689 B
Plaintext

---
title: "Panel"
description: "Customize the content of the right side panel on a page."
keywords: ["sidebar"]
---
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](/components/examples#requestexample) and [ResponseExample](/components/examples#responseexample) components must be inside `<Panel>`.
The components in a `<Panel>` will replace a page's table of contents.
````mdx
<Panel>
<Info>Pin info to the side panel. Or add any other component.</Info>
</Panel>
````
<Panel>
<Info>Pin info to the side panel. Or add any other component.</Info>
</Panel>