# Alerts General purpose notifications to attract attention and provide critical actions. ```astro

Hey, heads up!

Something of moderate importance has occurred.

``` ## Styling For even more customization, try mixing and matching various [Presets](/docs/design/presets) classes. ```astro --- import { TriangleAlertIcon } from 'lucide-react'; ---
{/* Success */}

Success

The task has been completed successfully.

{/* Warning */}

Warning

Beware of this important notice.

{/* Error */}

Error

Something has gone wrong.

```