# Vue Textarea - Flowbite #### Use the textarea component as a multi-line text field input and use it inside form elements available in multiple sizes, styles, and variants --- :::tip Original reference: [https://flowbite.com/docs/forms/textarea/](https://flowbite.com/docs/forms/textarea/) ::: ## Textarea example Get started with the default example of a textarea component below. ```vue ``` ## Comment box Most often the textarea component is used as the main text field input element in comment sections. Use this example to also apply a helper text and buttons below the textarea itself. ```vue ```