Function silkenweb::elements::html::dialog

source ·
pub fn dialog<D: Dom>() -> Dialog<D>
Expand description

Construct the HTML dialog element

The HTML <dialog> element represents a dialog box or other interactive component, such as an inspector or window.