Docs
Textarea

Textarea

Displays a form textarea or a component that looks like a textarea.

Installation

Usage

vue
<script setup lang="ts">
import { Textarea } from '@/components/ui/textarea'
</script>

<template>
  <Textarea />
</template>
Edit this page on GitHub