Alert
Displays a callout for user attention.
Anatomy
Alert do |a|a.titlea.descriptionend
API Reference
Alert
| Name | Type | Default |
|---|---|---|
variant: | symbol | :default |
Visual style of the alert. Options: :default | :destructive. | ||
attributes | keyword arguments | |
Alert#title
| Name | Type | |
|---|---|---|
attributes | keyword arguments |
Alert#description
| Name | Type | |
|---|---|---|
attributes | keyword arguments |
Examples
On This Page