Skip to content

Menubar

A horizontal menu bar providing access to a consistent set of commands. Common in desktop-style applications.

$cookest-ui add menubar

Recipe Editor Menubar

A desktop-style menubar for the recipe editor view.

PropTypeDefaultDescription
MenubarMenuReactNodeA top-level menu item group.
MenubarTriggerReactNodeThe button that opens a menu.
MenubarContentReactNodeThe dropdown panel containing items.
MenubarItemReactNodeA single actionable item.
MenubarShortcutstringKeyboard shortcut hint.
MenubarSubReactNodeA nested submenu container.