Top Navigation
View in FigmaA horizontal navigation bar with brand slot, nav links, and action buttons.
NavigationImport
import { TopNav } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| brand | ReactNode | — | Brand logo or name element. |
| items | TopNavItem[] | — | Array of { label, href, active } nav links. |
| actions | ReactNode | — | Right-side action buttons. |
| sticky | boolean | — | Stick to top of viewport on scroll. |