Components
Input

Input

An interactive form element used to accept data from the user.

<Input placeholder="Text..." />

Examples

Number

Email

Password

Tel

Error

Success

Disabled

API Reference

PropTypeDefault
type
text number email password tel url searchtext
status
neutral error successneutral
placeholder
string-
value
string-
defaultValue
string-
onChange
(e) => void-
className
string-