Function silkenweb::elements::html::button

source ·
pub fn button<D: Dom>() -> Button<D>
Expand description

Construct the HTML button element

The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality.