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

PropTypeDefault
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
EmitDescription
update:modelValue

Examples

Default

Helper text
Helper text
Edit this page on GitHub