Function button

Source
pub fn button(
    attributes: impl Attributes,
    inner_html: impl Html,
) -> Tag<'static, impl Attributes, impl Html, false>
Expand description

Creates a new <button> tag.

See tag for more information.