Input
View in FigmaA single-line text field for short-form data entry like names, emails, and search queries.
FormsImport
import { Input } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | — | Label text displayed above the input. |
| helperText | string | — | Hint text displayed below the input. |
| error | string | — | Error message that replaces helper text. |
| leftIcon | ReactNode | — | Icon rendered inside the left edge. |
| rightIcon | ReactNode | — | Icon rendered inside the right edge. |