pub fn Dialog(props: DialogProps) -> impl IntoViewExpand description
§Required Props
- open:
impl Into<Model<bool>>- Controls the open state of the dialog.
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - mask_closeable:
impl Into<Signal<bool>>- Whether to emit hide event when click mask.
- close_on_esc:
impl Into<bool>- Whether to close modal on Esc is pressed.