Skip to main content

input

Function input 

Source
pub fn input() -> Element
Expand description

A form control: <input>.

ยงExamples

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