Function moxie_dom::elements::forms::button[][src]

pub fn button() -> ButtonBuilder
Expand description

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.

A function for creating a builder which will accept attributes and produce the element.