Input
Input captures a single line of text or a file. Wrap it in Field when it needs a label, description, or validation message.
Basic usage
Section titled “Basic usage”Code
<Input placeholder="Email" type="text" />Code
<Input type="file" />Disabled
Section titled “Disabled”Code
<Input disabled placeholder="Disabled" type="text" />No documented props