import { ResponsiveNav } from "@nodus/design-system"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
currentPath | string | — | Current route path for active highlighting |
items | NavItem[] | — | Navigation items ({ label, href }) |
currentPathType
stringDefault —Current route path for active highlighting
itemsType
NavItem[]Default —Navigation items ({ label, href })
MobileMobile Adapted
Fully adapted for mobile: hamburger menu activates below 1024px, drawer opens full-width. No additional mobile handling required.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?