Menubar

A horizontal menu bar with hover-triggered dropdowns — composed from button, popover, menu, and menuItem. No new patch needed.

How it works

Each top-level item is a button with a popover({ openOn: "hover" }) patch. The popover content is a menu with menuItem children. The nav container uses display: flex to lay items out horizontally.

PatternUsage
popover({ openOn: "hover" })Opens dropdown on hover
menu + menuItemStyled dropdown list
display: flex on containerHorizontal layout