SidePanel
A SidePanel is a container for supplementary content that is anchored to the edge of a page.
View source code- children
ReactNode
The content of the Panel.
- className
string
className for the element.
- DO_NOT_USE_isSidePanel
boolean
Whether the panel is coming from the side. Please use the component SidePanel instead
- footer
ReactNode
Footer of the Panel
- footerSummary
FooterSummaryProps
Footer summary of the Panel
- header
ReactNode
Header of the Panel
- onClose
MouseEventHandler<HTMLButtonElement>
Handler that is called when the Panel is closed. If not provided, the close button will not be displayed.
- title
ReactNode
The title of the Panel.