显示一个表单文本区域或一个看起来像文本区域的组件。
pnpm dlx shadcn@latest add textarea
import { Textarea } from "@/components/ui/textarea"
<Textarea />
On This Page