Function leptos_dom::html::button
source · pub fn button(cx: Scope) -> HtmlElement<Button>
Expand description
The <button>
HTML element represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality.