Function freya::components::Popup  
source · pub fn Popup<'a>(__props: PopupProps) -> Option<VNode>Expand description
Props
For details, see the props struct definition.
children:ElementPopup inner content.
oncloserequest:Option<EventHandler>Optional close request handler.
show_close_button:boolWhether to show or no the cross button in the top right corner.