Textarea

Textareas are used to give multiline inputs.

Note : This has the same attributes as the b-input component.

Default


<template>
<div class="center">
  <b-textarea placeholder="Normal"></b-textarea>
  <br>
  <b-textarea ghost placeholder="Ghost"></b-textarea>
</div>
</template>
Last Updated: 12/3/2021, 8:09:06 PM
Contributors: tomatopickle