0% found this document useful (0 votes)
197 views3 pages

Ui Shadcn Com Docs Components Alert

The document describes an alert component that displays a callout for user attention. It can be installed via CLI and used by importing the Alert component and related elements. Examples are provided of default and destructive alert styles that include an icon, title and description.

Uploaded by

db
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
197 views3 pages

Ui Shadcn Com Docs Components Alert

The document describes an alert component that displays a callout for user attention. It can be installed via CLI and used by importing the Alert component and related elements. Examples are provided of default and destructive alert styles that include an icon, title and description.

Uploaded by

db
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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