Textarea Component
A textarea component for multi-line text input.
Default Textarea
A basic textarea component for multi-line text input.
Disabled Textarea
A textarea in disabled state that cannot be edited.
Textarea with Label
A textarea with an associated label for better accessibility.
Textarea with Custom Height
A textarea with custom minimum height for larger text areas.
Textarea with Character Count
A textarea that displays the current character count.
0/100 characters
Textarea with Validation
A textarea with validation feedback and error states.