Input

Inputs are used to allow users to provide text input. You can use a Label to identify and describe the purpose of an input element.

Preview

<Input label="label"> Placeholder Text </Input> 
NameParamsDescription
LabellabelThe label displayed on top of the input
Typetext, passwordThe type of the input that will be displayed
DisableddisabledWhen adding props 'disabled', the Input component will be unable to be clicked