freya_components

Function MenuContainer

Source
pub fn MenuContainer(_: MenuContainerProps) -> Element
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.