SidebarLayoutPropsinterface
{
sidebar: ReactNode;
right?: boolean | undefined;
}| Property | Type | |
|---|---|---|
.sidebar | ReactNode | Content rendered in the fixed-width side column. required |
.right | boolean | Render the sidebar on the right rather than the left. |
Props for <SidebarLayout> — the sidebar column content, main children, and a right placement flag.