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 | text number email password tel url search | text |
status | neutral error success | neutral |
placeholder | string | - |
value | string | - |
defaultValue | string | - |
onChange | (e) => void | - |
className | string | - |