Menubar
A visually persistent menu common in desktop applications.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/menubarUsage
Import the component from the package:
import { Menubar } from "@/registry/ui/menubar"Then use it in your application:
<Menubar />