Function leptos_dom::html::dialog
source · pub fn dialog(cx: Scope) -> HtmlElement<Dialog>
Expand description
The <dialog>
HTML element represents a dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.