Alert

Displays a callout for user attention.

utils
Description of the SVG image Loading...

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-alert

Usage

import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
<Alert>
  <Terminal className="size-4" />
  <AlertTitle>Heads up!</AlertTitle>
  <AlertDescription>
    You can add components and dependencies to your app using the cli.
  </AlertDescription>
</Alert>