Skip to Content
DocsComponentsNavbar

Navbar

A horizontal navigation bar for website headers. Built on an accessible navigation menu primitive, it supports dropdown menus, links, and nested navigation items with a shared animated dropdown, full keyboard navigation, and hover/focus interactions.

Component props

NameTypeDescription
showArrowbooleanShows dropdown arrow on items (default: true)
NameTypeDescription
labelstringItem label. When set, the item becomes a trigger and its children render in the dropdown.

A semantic navigation link that renders an <a> element and participates in keyboard navigation. Use it for direct links instead of a plain anchor.

NameTypeDescription
hrefstringThe destination URL.
activebooleanMarks the link as the current page (default: false).