pub fn Input(_: InputProps) -> Element
Expand description
Input component with consistent styling
ยงProps
For details, see the props struct definition.
input_type
:String
name
:String
id
:String
placeholder
:String
value
:String
required
:bool
disabled
:bool
class
:String
oninput
:Option<Callback<FormEvent>>
onchange
:Option<Callback<FormEvent>>