Alert
An Alert is a banner used to notify a user about a change in status or communicate other information. It can be generated with or without a user triggering an action first.
Outline Alert
To obtain this result, use div
tag with alert
class name
and alert
type class name such as alert-primary
|
alert-success
| alert-error
| alert-warning
|
alert-info
.
Background Alert
To obtain this result, use div
tag with alert
class name
and alert
type class name such as alert-primary-bg
|
alert-success-bg
| alert-error-bg
| alert-warning-bg
|
alert-info-bg
.