Navigation
SidebarNav
A collapsible sidebar with nested nav groups, active-state highlighting, optional search input, and an icon-only collapsed mode for space-constrained layouts.
Preview:1280px
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items | NavItem[] | - | Top-level nav items; each may have a children array for nesting. |
| collapsed | boolean | false | Render icon-only collapsed mode. |
| onSearch | (query: string) => void | - | Enables the search bar when provided. |