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.
- NavigationItem for the shape of each navigation entry.
- AppShellSlotProps for the parent layout slot.
Properties
Section titled “Properties”children
Section titled “children”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.