Devchallenge.io

Inputs

<Input />
<Input error />
<Input disabled />
<Input label="TEL" />
<Input placeholder="example" />
<Input helperText="Some interesting text" />
<Input helperText="Some interesting text" error />
<Input startIcon="phone" />
<Input endIcon="phone" />
<Input startIcon="mail" />
<Input startIcon="lock" />
<Input startIcon="identity" />
<Input startIcon="home" />
<Input size="sm" />
<Input size="md" />
<Input fullWidth />
<Input color="primary" />
<Input color="secondary" />
<Input value="Text" />
<Input multiline row={4} />