Textarea
Displays a form textarea or a component that looks like a textarea.
Installation
$npx maddex add Textarea
Field
Start with the uncontrolled baseline when you need a labeled message field with supporting copy.
Preview
Enter the context your teammates need before you post this note to the launch room.
Controlled
Bind value and oninput when the draft content also drives a preview, counter, or another part of the interface.
Preview
{draftLength}/280 characters
Live preview
{draftPreview}
Invalid
Use aria-invalid and destructive semantic colors when the form needs to call out a message that is incomplete or incorrect.
Preview
Add more detail before escalating this incident to the on-call rotation.