Function freya::components::MenuItem  
source · pub fn MenuItem(__props: MenuItemProps) -> Option<VNode>Expand description
§Styling
Inherits the MenuItemTheme theme.
§Props
For details, see the props struct definition.
- theme:- Option<MenuItemThemeWith>- Theme override for the MenuItem. 
- onclick:- Option<EventHandler<Option<MouseEvent>>>- Handler for the - onclickevent.
- onmouseenter:- Option<EventHandler<()>>- Handler for the - onmouseenterevent.