Skip to content

SidebarSlotProps

SidebarSlotProps = object

Defined in: packages/ui/src/types.ts:256

Props for the sidebar plugin slot.

Renders navigation items inside the application shell. Items can be permission-filtered via the NavigationItem.action property.

children: ReactNode

Defined in: packages/ui/src/types.ts:258

Sidebar content.


items: NavigationItem[]

Defined in: packages/ui/src/types.ts:260

Navigation items to render in the sidebar.