Intro

The Input specifies an input field where the user can enter data. Input elements are used within a

element to declare input controls that allow users to input data. An input field can vary in many ways, depending on the type attribute.

Basic

The component supports differents input types: text, number, email and textarea.

HIDE Code
Props
<Input
    name="myInput"
    placeholder="Enter a value"
    label="Input label"
    icon="fa fa-user"
/>

Size

Differentiating input sizes helps the user to know which is the most important part of the form.

EDIT Code
Props
With ♥ by