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 .char-textarea
with
<textarea>
tag for counting text-length.