Input
An interactive form element used to accept data from the user.
<Input placeholder="Text..." />Examples
Number
Password
Tel
Error
Success
Disabled
API Reference
| Prop | Type | Default | 
|---|---|---|
| type | textnumberemailpasswordtelurlsearch | text | 
| status | neutralerrorsuccess | neutral | 
| placeholder | string | - | 
| value | string | - | 
| defaultValue | string | - | 
| onChange | (e) => void | - | 
| className | string | - |