Menu

A menu bar, similar to that shown at the top of Windows applications or at the top of the screen on Macs.

See the WAI ARIA guidelines for Menus.

Structure

<MenuBar>
    <MenuBarItem>
        <MenuBarItemTrigger />
        <MenuBarItemContent>
            <Menu />
        </MenuBarItemContent>
    </MenuBarItem>
    ...
</MenuBar>

Demo