GitHub

Alert

A component that displays an important message to the user.

Installation#

Usage#

import { Alert, AlertDescription, AlertTitle } from "~/components/ui/alert";
<Alert variant="default | destructive | neutral">
<AlertIcon />
<AlertTitle>Alert Title</AlertTitle>
<AlertDescription>
This is an important message for the user.
</AlertDescription>
</Alert>