You are on page 1of 3

Docs Alert

Alert
Displays a callout for user attention.

Preview Code

Style: Default

Heads up!
You can add components to your app using the cli.

Installation
CLI Manual

npx shadcn-ui@latest add alert

Usage
Convert web pages and HTML files to PDF in your applications with the Pdfcrowd HTML to PDF API Printed with Pdfcrowd.com
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>

Examples
Default
Preview Code

Style: Default

Heads up!
You can add components to your app using the cli.

Destructive
Preview Code
Convert web pages and HTML files to PDF in your applications with the Pdfcrowd HTML to PDF API Printed with Pdfcrowd.com
Style: Default

Error
Your session has expired. Please log in again.

Accordion Alert Dialog

Convert web pages and HTML files to PDF in your applications with the Pdfcrowd HTML to PDF API Printed with Pdfcrowd.com

You might also like