Atoms - Circuit design system

in development

Textarea

Description

The <textarea> element is used for multi-line text input, making it ideal for comments, messages, or other longer user inputs. Unlike the <input> element, which is limited to a single line, <textarea> allows users to input and edit text over multiple lines.

A <label> should always accompany a <textarea> to ensure accessibility and clarity. The label is typically positioned above the field and follows the standard label styling of our design system.


Usage

Example

<textarea>


Textarea with label


Textarea with error

Please fill this field


Resources