Function moxie_dom::elements::interactive::dialog[][src]

pub fn dialog() -> DialogBuilder
Expand description

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

A function for creating a builder which will accept attributes and produce the element.