Textarea
Displays a form textarea or a component that looks like a textarea.
Installation 
bash
npx shadcn-vue@latest add textareaUsage 
vue
<script setup lang="ts">
import { Textarea } from '@/components/ui/textarea'
</script>
<template>
  <Textarea />
</template>Examples 
Default 
Disabled 
With Label 
With Text 
Your message will be copied to the support team.