Skip to main content

Figma Storybook

Text Area

A multi-line text input for capturing longer freeform content. Use when the expected input exceeds a single line. Don't use for structured or formatted content — use Rich Text Editor instead.

Figma Storybook Docs

Description

What it does

Provides a resizable, multi-line text input field that allows users to enter and edit longer freeform text responses.

Where it appears

Consultation response forms, stakeholder notes, meeting summary fields, feedback submissions, and any form context requiring paragraph-length input.

Why it exists

Single-line inputs create poor affordance and usability for longer content. The text area signals to users that extended responses are expected and provides the vertical space to compose them comfortably.

Anatomy

PartRequired?Notes
Label Required Describes the expected content. Must be associated via `for`/`id` or wrapping. Never use placeholder text as a substitute.
Textarea element Required The native `