Function leptos_dom::html::details

source ·
pub fn details(cx: Scope) -> HtmlElement<Details>
Expand description

The <details> HTML element creates a disclosure widget in which information is visible only when the widget is toggled into an “open” state. A summary or label must be provided using the summary element.