The Textarea component is a multi-line input field that allows users to enter and edit larger blocks of text. It is commonly used in forms and applications where more extensive text input is required, such as comments, descriptions, or messages. This component provides features like resizing, placeholder text, and validation, enhancing the user experience by accommodating detailed text entry.
Use isAdaptative to display a textarea that resizes according to its content.
Use warning, danger, or success properties to add a variant status on your textarea.