Input
Input Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
label | string | β | |
error | string | β | |
helperText | string | β | |
leftIcon | ReactNode | β | β |
rightIcon | ReactNode | β | β |
fullWidth | boolean | β | |
disabled | boolean | β | |
showPasswordToggle | boolean | β | |
showNumberStepper | boolean | β |
Usage
<Input
label="Email"
placeholder="Enter your email"
error="Invalid email"
/>