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

        
            
        
    

Controlled

Bind value and oninput when the draft content also drives a preview, counter, or another part of the interface.

Preview

        
            
        
    

Invalid

Use aria-invalid and destructive semantic colors when the form needs to call out a message that is incomplete or incorrect.

Preview