INPUTS
Normal Size Icons (Start Icon)Icons (End Icon) Helper Text Full Width Multiline Disabled
<Input />
<Input focus />
<Input error />
<Input size="xs" />
<Input size="sm" />
<Input size="md" />
<Input size="lg" />
<Input startIcon="home" />
<Input startIcon="bookmarks" />
<Input startIcon="bolt" />
<Input startIcon="book" />
<Input endIcon="toys" />
<Input endIcon="whatshot" />
<Input endIcon="weekend" />
<Input endIcon="vignette" />
<Input helperText="Sample Text" /> Sample Text
<Input helperText="Sample Text" /> Sample Error Text
<Input helperText="some other Text" /> some other Text
<Input fullWidth />
<Input multiline rows="5" />
<Input multiline rows="3" />
<Input disabled />
<Input disableShadow />