Alert
Displays an alert or a component that looks like a 8-bit alert.
A simple 8-bit alert component
Heads up!
You can add components to your app using the cli.
Installation
pnpm dlx shadcn@canary add https://8bitcn.com/r/8bit-alert.json
Usage
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/8bit/alert"
<Alert>
<AlertTitle>Heads up!</AlertTitle>
<AlertDescription>
You can add components and dependencies to your app using the cli.
</AlertDescription>
</Alert>