Alert
Inline alert surface for success, warning, and destructive messaging.
Heads up
This is a default alert.
Error
Something went wrong.
Success
Your changes have been saved.
Warning
Please review before continuing.
Note
This is an informational message.
Installation
npx shadcn@latest add @gameone/alertRegistry dependencies: gameone-utils
Usage
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"<Alert>
<AlertTitle>Heads up</AlertTitle>
<AlertDescription>
Important information goes here.
</AlertDescription>
</Alert>Examples
Default
Heads up
This is a default alert.
Destructive
Error
Something went wrong.
Success
Success
Your changes have been saved.
Warning
Warning
Please review before continuing.
Info
Note
This is an informational message.