StorybookGitHub

Textarea

Displays a multi-line text input field.

Installation

npx shadcn@latest add https://reactdocs.canceydejean.dev/r/textarea.json

Usage

Use a textarea for comments, descriptions, and other multi-line form values.

import { Textarea } from "@/components/textarea/textarea";

export function Example() {
  return <Textarea placeholder="Type your message here." />;
}

Supports disabled, rows, and aria-invalid for form error styling. Auto height is driven by field-sizing-content.