Function moxie_dom::elements::interactive::details [−][src]
pub fn details() -> DetailsBuilder
Expand description
The HTML Details Element (<details>
) creates a disclosure widget in which
information is visible only when the widget is toggled into an “open” state.
A function for creating a builder which will accept attributes and produce the element.