Nav Sidebar
Vertical navigation panel with logo, grouped nav items, and user profile footer. Supports collapsible groups and badges.
import
{ NavSidebar } from "@pepulux/ui"Default
P
PepuluxProps
| Prop | Type | Default | Description |
|---|---|---|---|
| logoText | string | — | Brand name displayed at the top |
| logoSrc | string | — | Custom logo image URL |
| items | NavItem[] | — | Navigation links — { id, label, href, icon?, badge?, isActive?, children? } |
| user | NavUser | — | User object shown in sidebar footer |
| featuredCard | NavFeaturedCard | — | Optional upgrade/promo card above user |
| className | string | — | Additional CSS classes |