Alert
An alert is a system generated, contextual, and timely message to a user that may or may not result from their action.An alert is a system generated, contextual, and timely message to a user that may or may not result from their action.An alert is a system generated, contextual, and timely message to a user that may or may not result from their action.
How to use
To use alert just add alert
class to the HTML tag.
Variants
- Danger: Advise the
user that their attention is needed to address or be
aware of a critical issue that relates to the
current context. To apply add
alert-danger
- Warning:
Caution the user that their attention or action may
be needed within the current context, but it may not
be critical. To apply add
alert-warning
- Success:
Reaffirm to the user that a prior action they have
taken, often in a different location within the
application, has been successful. To apply add
alert-success
- Information:
Provide supplemental information to the user in
regards to the current context or action they are
about to take. To apply add
alert-info
- Tip:
Educate the user about new or unused features, and
other useful information. To apply add
alert-tip