Input
ui
control
Text input field for forms
User data entry with validation support
Rounded-lg shape (12px) with 40px height for premium feel
import { Input } from "@everydayos/ui";Usage
Form with inputs, labels, and button
API
| Prop | Type | Default |
|---|---|---|
className | unknown | — |
type | unknown | — |
Composition
Pairs well with
Label
Stack
Button
When to avoid
- Need multi-line text — use Textarea instead
- Need selection — use Select instead