pub fn MenuContainer(_: MenuContainerProps) -> Result<VNode, RenderError>
Wraps the body of a [Menu].
Menu
For details, see the props struct definition.
children
Element
Inner children for the MenuContainer. Usually just MenuButton or SubMenu.
MenuButton
SubMenu
theme
Option<MenuContainerThemeWith>
Theme override.