Skip to Content

Alert

Displays a callout for user attention.

Installation

npx shadcn@latest add @uipath/alert

Usage

import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"
<Alert> <AlertTitle>Heads up!</AlertTitle> <AlertDescription> You can add components to your app using the CLI. </AlertDescription> </Alert>