pub fn MenuButton(_: MenuButtonProps) -> Result<VNode, RenderError>
Like a button, but for [Menu]s.
Menu
For details, see the props struct definition.
children
Element
Inner children for the MenuButton
onpress
Option<EventHandler<()>>
Handler for the onpress event.