Textareas are used to give multiline inputs.
Note : This has the same attributes as the b-input component.
<template> <div class="center"> <b-textarea placeholder="Normal"></b-textarea> <br> <b-textarea ghost placeholder="Ghost"></b-textarea> </div> </template>