Function leptos_dom::html::output
source · pub fn output(cx: Scope) -> HtmlElement<Output>
Expand description
The <output>
HTML element is a container element into which a site or app can inject the results of a calculation or the outcome of a user action.