SidepanelbetaBETA
A flexible side panel component to place content on either side of the page.
Usage
The SidePanel component provides a way to show data in the side of the page.
SidePanel Props
Customize the SidePanel appearance with these configuration options.
The SidePanel
component is composed of several parts, each with their own props
Prop | Type | Default |
---|---|---|
side | "left" | "right" | "left" |
children | ReactNode | - |
className | string | - |
SidePanel.Header
Prop | Type | Default |
---|---|---|
title | string | - |
description | string | - |
icon | ReactNode | - |
actions | ReactNode[] | - |