Docs 
Textarea
Textarea
Displays a form textarea or a component that looks like a textarea.
Usage 
vue
<script setup lang="ts">
import { Textarea } from "wedges-vue";
</script>
<template>
  <Textarea />
</template>API Reference 
Props 
| Prop | Type | Default | 
|---|---|---|
ariaInvalid  | boolean |  false  | 
as  | AsTag | Component | 'div' | 
asChild  | boolean |  false  | 
description  | string | |
destructive  | boolean |  false  | 
disabled  | boolean |  false  | 
for  | string | |
helperText  | string | |
id  | string | |
label  | string | |
modelValue  | any | |
required  | boolean |  false  | 
tooltip  | string | 
| Emit | Description | 
|---|---|
update:modelValue | 
Examples 
Default 
Helper text
Helper text