文本域

显示一个表单文本区域或外观类似文本区域的组件。

安装

pnpm dlx shadcn-vue@latest add textarea

用法

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

<template>
  <Textarea />
</template>

示例

默认样式

禁用状态

带标签

带文本

Your message will be copied to the support team.

带按钮

表单

You can @mention other users and organizations.

Edit this page on GitHub