Components
GlassAlert
A glassmorphism-styled alert banner with info, success, warning, and error variants.
Preview
Update available
A new version is ready to install.
Deployed
Your app is live.
High memory
Usage is at 87%.
Build failed
TypeScript errors found.
Usage
Variants
With Icon
Without Title
Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | "info" | "success" | "warning" | "error" | "info" | Visual variant |
title | string | — | Optional bold title above the content |
icon | ReactNode | — | Optional icon rendered to the left |
children | ReactNode | — | Alert body content |
className | string | — | Additional CSS classes |
All native <div> props are also accepted.