NOCTA UI

Navigation Menu

A hover-driven navigation bar with animated panels that surface nested content and quick actions

Installation

Install the Navigation Menu component with the nocta-ui CLI:

npx @nocta-ui/cli add navigation-menu

Import the primitives you need for your navigation structure:

import {
  NavigationMenu,
  NavigationMenuItem,
  NavigationMenuGroup,
  NavigationMenuLink,
} from '@/components/ui/navigation-menu';

Example

Default Navigation Menu

Hover or focus an item to preview its nested content.

API Reference

Prop

Type

Prop

Type

Prop

Type

Prop

Type