To add a Textarea we have the component textarea.
Use .form-label-group to add a Floating Label with Textarea.
There are times when we need the user to only enter a certain number of characters for it, we have the property counter, the value is a number and determines the maximum. Use .char-textarea with <textarea>tag for counting text-length.