A multi-line text input that accommodates longer form responses such as comments or descriptions.
Loading component...
Run the following command to add this component to your project:
Import the component directly from the package:
import { Textarea } from "@static-ui/ui"Common props available for this component:
| Prop | Type | Description |
|---|---|---|
| className | string | Additional CSS classes to apply. |
Uses native `<textarea>` element for built-in form accessibility. Supports `aria-invalid` and `aria-describedby`.