Input Components
<Input />
<Input>
is a component for inputting values into the state declared by the defineState()
function.
Properties
The State object that binds the input value of the component. Specify the state declared by the defineState()
function.
The type
property of the HTML <input>
tag.