Dashboard blocks
Sidebar
Primary navigation. Groups, badges, active state, brand slot, footer slot.
<Sidebar
items={nav}
secondaryItems={navSecondary}
activeId={active}
onNavigate={setActive}
footer={<UserChip />}
/> Dashboard blocks
Primary navigation. Groups, badges, active state, brand slot, footer slot.
<Sidebar
items={nav}
secondaryItems={navSecondary}
activeId={active}
onNavigate={setActive}
footer={<UserChip />}
/>