The Input specifies an input field where the user can enter data. Input elements are used within a
The component supports differents input types: text, number, email and textarea.
<Input
name="myInput"
placeholder="Enter a value"
label="Input label"
icon="fa fa-user"
/>
Differentiating input sizes helps the user to know which is the most important part of the form.