The Input component is a styled <input> element. It accepts all native HTML attributes for the element.
Input
<input>
<Input id='email' name='email' defaultValue='hello@example.com' />
<Label htmlFor='email'>Email Address</Label> <Input id='email' name='email' defaultValue='hello@example.com' />