On This Page
Displays a form textarea or a component that looks like a textarea.
npx shadcn-vue@latest add textarea
<script setup lang="ts"> import { Textarea } from '@/lib/registry/default/ui/textarea' </script> <template> <Textarea /> </template>