Alerts

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.

Bootstrap docs

Usage

{% 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!'
} %}

Last updated