Menubar
A visually persistent menu common in desktop applications.
New Tab⌘T
New Window⌘N
Print⌘P
Undo⌘Z
Redo⇧⌘Z
// src/components/ui/menubar.tsx — a horizontal bar of dropdown triggers (data-ui="toggle-pop").
Installation
$ bext ui add menubar
Copy and paste the following into src/components/ui/menubar.tsx.
// src/components/ui/menubar.tsx — a horizontal bar of dropdown triggers (data-ui="toggle-pop").
This component is interactive — make sure the shared island is loaded (see Islands). It reacts to data-ui="menubar" hooks.
On This Page