Textarea
ui
control
Multi-line text input for forms
User data entry requiring more than one line of text
Rounded-lg shape (12px) with generous padding for premium feel
import { Textarea } from "@everydayos/ui";Usage
Textarea with label for multi-line text input
API
| Prop | Type | Default |
|---|---|---|
className | unknown | — |
Examples
Textarea with Character Count
Textarea paired with helper text
Keep it under 200 characters.
Composition
Pairs well with
Label
Stack
Button
When to avoid
- Single-line input is sufficient — use Input instead
- Need rich text editing — use a dedicated editor component