Components
Textarea
Textarea is a themed version of the native textarea element with an enhanced API for formatting and accessibility.
A textarea is used when multiple lines of text can be added for a given input. If an input requires less text, consider using an component.
Textarea should:
- Include a label.
- Be sized proportionally to the amount of content expected.