Alert

Displays a callout for user attention.

Anatomy

Alert do |a|
a.title
a.description
end

API Reference

Alert

NameTypeDefault
variant:symbol:default
Visual style of the alert. Options: :default | :destructive.
attributeskeyword arguments

Alert#title

NameType
attributeskeyword arguments

Alert#description

NameType
attributeskeyword arguments

Examples