Forms & inputs Textarea

Components

Textarea

Multi-line text entry.

Default

With value

Disabled

In a field

Plain text with mrkdwn support.

Invalid

With button

Sizes

The base textarea is a single size; scale it with type and min-h-* utilities via className for small / default / large.

Read only

readOnly keeps the value visible and selectable but blocks edits — unlike disabled, it stays focusable.

Rows

rows={5} sets a fixed visible height instead of growing with content.

Markdown for agents: /design/textarea.md · spec: /design.md