文档
警报
警报
显示用于提醒用户注意的提示。
注意!
您可以使用 CLI 将组件添加到您的应用程序。
安装
npx shadcn@latest add alert
使用
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"
<Alert>
<Terminal className="h-4 w-4" />
<AlertTitle>Heads up!</AlertTitle>
<AlertDescription>
You can add components and dependencies to your app using the cli.
</AlertDescription>
</Alert>
示例
默认
注意!
您可以使用 CLI 将组件添加到您的应用程序。
破坏性
错误
您的会话已过期。请重新登录。