Menubar
A visually persistent menu common in desktop applications that provides quick access to a consistent set of commands.
Installation
pnpm dlx shadcn@latest add menubarUsage
import { Menubar, MenubarContent, MenubarItem, MenubarMenu, MenubarSeparator, MenubarShortcut, MenubarTrigger } from "@/components/ui/menubar";A visually persistent menu common in desktop applications that provides quick access to a consistent set of commands.