Alert
Displays a callout for user attention.
System update scheduled
Maintenance runs Saturday 02:00–04:00 UTC. Expect brief latency.
Installation
Import from the package. Do not run shadcn add in your app.
import { Alert, AlertTitle, AlertDescription } from "@carsxe/design-system/components/alert"Usage
import {
Alert,
AlertDescription,
AlertTitle,
} from "@carsxe/design-system/components/alert"
<Alert>
<InfoIcon />
<AlertTitle>Heads up</AlertTitle>
<AlertDescription>
You can add components and tokens from this package.
</AlertDescription>
</Alert>Success
Exported
Environment variables downloaded to your machine.
Warning
Keys exposed
Rotate workspace credentials immediately.
Destructive
Connection failed
The API returned 503 during the sync handshake.
API Reference
| Prop | Type | Default |
|---|---|---|
| variant | "default" | "success" | "warning" | "destructive" | "default" |

