Dialog

Function Dialog 

Source
pub fn Dialog(props: DialogProps) -> impl IntoView
Expand description

A dialog component.

§Required Props

§Optional Props

  • open: impl Into<MaybeSignal<bool>>
    • Whether the dialog is open.
  • close: [impl Into<Callback<(), ()>>](Callback<(), ()>)
    • The callback to close the dialog.