文档
提示

提示

显示一个供用户注意的标注。

安装

用法

import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
<Alert>
  <TbTerminal class="h-4 w-4" />
  <AlertTitle>Heads up!</AlertTitle>
  <AlertDescription>
    You can not add components and dependencies to your app using the cli, yet.
  </AlertDescription>
</Alert>

示例

破坏性的