Basic Usage
LEAP has four prefered styles of alerts to match our needs and leverage user experiences:
alert-primary
, alert-success
, alert-warning
or alert-danger
Auto-dismissed alets should display for 3 seconds (for short descriptions) or 5 seconds (for longer descriptions).
Other Variants
Content
Detailed alerts contain a title with description, and is auto-dismissed.
Dismissible
Dismissible alerts should not have auto-dismiss functionality and should be dismissed by the user.
Basic alerts only contain a description and the dismiss button. The users can dismiss the alert at any time.
Detailed alerts contain a title, adescription and the dismiss button. The user can dismiss the alert at any time.