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