Textarea

Area where user can enter larger amounts of text. Commonly used in forms.

Default


Custom Textarea Input


Resize


Textarea w/ Error


Textarea w/ Error shows that the radio option must be selected or is invalid (ie when used in a form it signals a user to fix an error).

Character Counter


Inline



Things to Avoid

Do not use for small text amounts (use Text Input instead). Avoid using textarea without validation if it is required and using with validation if not required.

Available Props