UIIcons

Input

A text input field for collecting single-line user input.

Choose a unique username for your account.

Installation

pnpm dlx stera-ui@latest add input

Examples

With Field

Pair with Field, FieldLabel, and FieldDescription for accessible, labeled inputs.

Choose a unique username for your account.

Sizes

sm
md
lg
SizeDescription
smSmall
mdMedium (default)
lgLarge

Disabled

This field is currently disabled.

Invalid

API Reference

Built on Base UI's Input primitive — see the full API reference there. Accepts all standard <input> props except size.

PropTypeDefault
size"sm" | "md" | "lg""md"
typestring"text"