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
onclick
Option<EventHandler<Option<MouseEvent>>>
Handler for the onclick event.