Sidebar

Navigation

Collapsible sidebar navigation with animated width transition, staggered item entrance, and expandable sub-items with AnimatePresence.

Loading preview...
Customize
Collapsed

Props

PropTypeDefaultDescription
itemsSidebarItem[][]Array of navigation items with label, optional icon, href, and nested children.
collapsedbooleanfalseWhether the sidebar is collapsed to icon-only mode.
onToggle() => voidCallback fired when the collapse toggle button is clicked.
classNamestring''Additional CSS classes.