Textarea
Displays a form textarea or a component that looks like a textarea.
Installation
Copy the following code into your app directory.
Command
Command
Manual
Manual
uv
Anatomy
Use the following composition to build a Textarea component.
Field
Use field.root, field.label, and field.description together with a form control (such as textarea) to build a structured field with a label and helper text.
Enter your message below.
Disabled
Use the disabled prop on textarea to disable user input. Apply data-disabled on field.root to propagate disabled styling to all field-related elements and ensure consistent visual state handling.
Invalid
Use the aria-invalid prop to mark the textarea as invalid. To style the invalid state, add the data-invalid attribute to the field.root component.
Please enter a valid message.