Docs
Textarea

Textarea

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

Installation

bash
npx shadcn-vue@latest add textarea

Usage

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

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