Imagine ArtImagine Art

Top Navigation

View in Figma

A horizontal navigation bar with brand slot, nav links, and action buttons.

Navigation

Import

import { TopNav } from "@/components/ui"

API

PropTypeDefaultDescription
brandReactNodeBrand logo or name element.
itemsTopNavItem[]Array of { label, href, active } nav links.
actionsReactNodeRight-side action buttons.
stickybooleanStick to top of viewport on scroll.

Examples