Navigation
Navbar
Sticky frosted-glass navigation bar with mobile hamburger menu.
Basic Usage
Top navigation bar with brand, items, and actions.
Rich Nav Items
Add icons and badges to navigation links.
Glass & Shadow
Customize the appearance with transparency and depth.
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
brand | React.ReactNode | — | Brand slot — logo, wordmark, or any node |
items | NavItem[] | [] | Navigation links |
actions | React.ReactNode | — | Right-side slot — actions, theme toggle, avatar, etc. |
mobileActions | React.ReactNode | — | Extra actions shown ONLY in the mobile drawer |
transparent | boolean | false | Transparent until scrolled |
sticky | boolean | true | Stick to top |
bordered | boolean | true | Border bottom |
centered | boolean | false | Center-align nav items |
height | number | — | Navbar height in px |
shadow | boolean | false | Drop shadow |