freya_components

Function MenuButton

Source
pub fn MenuButton(_: MenuButtonProps) -> Element
Expand description

Like a button, but for Menus.

ยงProps

For details, see the props struct definition.

  • children : Element

    Inner children for the MenuButton

  • onpress : Option<EventHandler<()>>

    Handler for the onpress event.