Pages
Introduction Colors & Tokens Icons
UI
Button Link Badge Notification Badge Alert Card Spinner Avatar Divider Empty State
Interactive
Modal Side Modal Dropdown Tooltip Accordion Tabs Flash Toast
Forms
Form Select Toggle Checkbox & Radio Text Fields Date & Time Fields
Layout
Navbar Sidebar Table Pagination Breadcrumbs Selector List
Utilities
Local Time
app_theme v1.38.0

Alert

Inline messages for contextual feedback. Optional title.

Variants

Something informational happened.

Operation completed successfully.

Storage is almost full.

Something went wrong.

.demo-stack
  = app_theme_alert "Something informational happened.", variant: :info
  = app_theme_alert "Operation completed successfully.", variant: :success
  = app_theme_alert "Storage is almost full.", variant: :warning
  = app_theme_alert "Something went wrong.", variant: :danger

With title

Heads up

Your trial ends in 3 days. Add a payment method to keep access.

= app_theme_alert "Your trial ends in 3 days. Add a payment method to keep access.", title: "Heads up", variant: :warning