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
Apply data-disabled on Field to represent a disabled state and propagate styling, and apply data-invalid to represent validation errors.
Please enter a valid message.