Skip to main content

button

Function button 

Source
pub fn button() -> Element
Expand description

A button: <button>.

ยงExamples

use winged_rust::prelude::*;
let el = button();
assert_eq!(el.tag(), "button");