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