Default

To add a Textarea we have the component textarea.

Floating Label

Use .form-label-group to add a Floating Label with Textarea.

Counter

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 [maxlength] property with <textarea>tag for limiting text input length.

{{ textLength.value.length }} 0 / 20