文本域

显示一个表单文本域或一个看起来像文本域的组件。

安装

bash
npx shadcn-vue@latest add textarea

使用

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

<template>
  <Textarea />
</template>

示例

默认

禁用

带标签

带文本

您的消息将被复制给支持团队。

带按钮

表单

You can @mention other users and organizations.

在GitHub上编辑此页面