Sidepanel
A flexible side panel component to place content on either side of the page.
Usage
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[] | - |