Default
To add a Textarea we have the component textarea.
Horizontal Input
To make label in center of form-control, use .col-form-label class with <label> element. This is default bootstrap class.
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.
0 / 20
