> For the complete documentation index, see [llms.txt](https://docs.trydrupal.com/radix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trydrupal.com/radix/components/alerts.md).

# Alerts

[**Bootstrap docs**](https://getbootstrap.com/docs/5.3/components/alerts/)

### Usage

```twig
{% include 'radix:alert' with {
  type: 'danger',
  heading: 'Important Notice!',
  dismissible: true,
  alert_utility_classes: ['mb-4', 'shadow-sm'],
  content: 'This is an important alert message. Please pay attention!'
} %}
```
