VTextArea

Vunix has a component called VTextArea that is simply an HTML <textarea>.

As VTextArea extend VFormGroup you can check all the features of VFormGroup here

0/100
<VTextArea name="description" label="My description" placeholder="Type some description here" maxlength="100" />
/>

Counter

VTextArea provide counter of the number of character typed if the maxlength attribute is provided.