Textarea
A multi-line text field.
Installation
import { Textarea } from "~/components/ui/Textarea";Usage
<Textarea placeholder="Tell us what is going on..." />API reference
| Prop | Type | Default | Description |
|---|---|---|---|
| ...props | TextareaHTMLAttributes | - | All native textarea props. |
Accessibility
- A native textarea; always pair with a label or aria-label.