Vesture
Get started

Inputs

Textarea

A multi-line text field matching Input's styling and invalid-state contract.

Textarea

Preview

Usage

tsx
import { Textarea } from "@vesture/react";

<Textarea rows={4} placeholder="Write a comment…" invalid={!!error} />

Props

PropTypeDefaultDescription
invalidbooleanSets aria-invalid.
...restTextareaHTMLAttributes<HTMLTextAreaElement>Spread onto the native <textarea>.