mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4c31f3683c
* ai/ keywords * api/ keywords * components/ keywords * create/ keywords * customize/ keywords * api-playground/ keywords * dashboard/ keywords * deploy/ keywords * guides/ keywords * insights/ keywords * integrations/ keywords * optimize/ keywords * organize/ keywords * root/ keywords * rm temp files
22 lines
691 B
Plaintext
22 lines
691 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#request-example) and [ResponseExample](/components/examples#response-example) 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>
|