ForgeUIPREMIUM ECOSYSTEM
Back to Component Library
form React 19 + TypeScript

Input

Styled text input with support for icons, error messages, and dark mode borders.

$npx forgeui add input
Variant:

Props API

PropTypeDefaultDescription
labelstringundefinedTop input label string.
errorstringundefinedValidation error message.
iconReactNodeundefinedLeading input icon.

Accessibility Standards

Associated aria-describedby for error labels, aria-invalid attributes.