Imagine ArtImagine Art

A single-line text field for short-form data entry like names, emails, and search queries.

Forms

Import

import { Input } from "@/components/ui"

API

PropTypeDefaultDescription
labelstringLabel text displayed above the input.
helperTextstringHint text displayed below the input.
errorstringError message that replaces helper text.
leftIconReactNodeIcon rendered inside the left edge.
rightIconReactNodeIcon rendered inside the right edge.

Examples