Menubar
A top-level application menubar with grouped actions, submenus, and full keyboard navigation
Installation
Install the Menubar component with the nocta-ui CLI:
npx @nocta-ui/cli add menubarImport only the pieces you need:
import {
Menubar,
MenubarMenu,
MenubarTrigger,
MenubarContent,
} from '@/components/ui/menubar';Examples
Default Menubar
Disabled States
API Reference
Menubar
Prop
Type
MenubarMenu
Prop
Type
MenubarTrigger
Prop
Type
MenubarContent
Prop
Type
MenubarItem
Prop
Type
MenubarSeparator
Prop
Type
MenubarSub
Prop
Type
MenubarSubTrigger
Prop
Type
MenubarSubContent
Prop
Type