Alert
Displays a callout for user attention.
Success!
Your changes have been saved successfully.
Error
Your session has expired. Please log in again.
Installation
npx shadcn@latest add @uipath/alertUsage
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>