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