Skip to content

Alert

A prominent message that draws user attention to important information.

Terminal window
bunx bejamas add alert
---
import Alert from '@/components/ui/Alert.astro';
---
<Alert variant="default">
<CircleCheckIcon size={32} />
<Alert part="title">Heads up!</Alert>
<Alert part="description">Something happened successfully.</Alert>
</Alert>
Built at Bejamas