Buttons

<Input />
&:hover
&:focus
<Input error/>
&:hover
&:focus
<Input disabled />
<Input helperText="Some interesting text" />
Some interesting text
<Input helperText="Some interesting text" error />
Some interesting text
<Input startIcon />
phone
<Input endIcon />
lock
<Input value="Text" />
<Input inputSize="sm" />
<Input inputSize="md" />
<Input fullWidth />
<Input multiline row="4" />
created by salindae25 - devChallenge