input

variant

<Input />
&:hover
 &:focus
<Input error/>
&:hover
 &:focus
<Input disabled/>

helper text

<Input helperText="this is helpertext"/>

this is helpertext

<Input helperText="this is helpertext"/>

this is helpertext

icon

<Input startIcon/>
<Input endIcon/>

value

<Input value="this is value"/>

size

<Input size="sm"/>
<Input size="md"/>

full width

<Input fullWidth/>

multiline

<Input multiline row="4"/>

created by lilbee - devChallenges.io