Function freya::components::MenuContainer

source ·
pub fn MenuContainer(_: MenuContainerProps) -> Result<VNode, RenderError>
Expand description

Wraps the body of a [Menu].

§Props

For details, see the props struct definition.

  • children : Element

    Inner children for the MenuContainer. Usually just MenuButton or SubMenu.

  • theme : Option<MenuContainerThemeWith>

    Theme override.