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
| Size | Description |
|---|---|
sm | Small |
md | Medium (default) |
lg | Large |
Disabled
This field is currently disabled.
Invalid
Please enter a valid email address.
API Reference
Built on Base UI's Input primitive — see the full API reference there. Accepts all standard <input> props except size.
| Prop | Type | Default |
|---|---|---|
size | "sm" | "md" | "lg" | "md" |
type | string | "text" |