pub fn MenuItem(_: MenuItemProps) -> Result<VNode, RenderError>Expand description
§Styling
Inherits the MenuItemTheme theme.
§Props
For details, see the props struct definition.
- children:- Element- Inner children for the MenuItem. 
- theme:- Option<MenuItemThemeWith>- Theme override for the MenuItem. 
- onpress:- Option<EventHandler<()>>- Handler for the - onpressevent.
- onmouseenter:- Option<EventHandler<()>>- Handler for the - onmouseenterevent.