Input
A flexible input component with labels, addons, and error states.
Examples
Basic Input with Label
Error State
With Icons
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Label for the input |
helperText | string | - | Helper text displayed below the input |
error | string | - | Error message to display |
leftAddon | ReactNode | - | Left icon or addon |
rightAddon | ReactNode | - | Right icon or addon |