Custom Textarea component.
Copy the following code into your app directory.
Command
Command
Manual
Manual
uv
from components.ui.textarea import TextareaUse the following composition to build a Textarea
A standard multiline text area for general text input.
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.
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.
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.