patternfly
Version:
This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.
25 lines (23 loc) • 963 B
HTML
---
categories: [Widgets]
layout: page
title: Alerts
resource: true
---
{% include widgets/communication/alert-danger.html %}
{% include widgets/communication/alert-warning.html %}
<div class="alert alert-success">
<span class="pficon pficon-ok"></span>
<strong>Great job!</strong> This is really working out <a href="#" class="alert-link">great for us</a>.
</div>
<div class="alert alert-info">
<span class="pficon pficon-info"></span>
<strong>This is some general information.</strong> You should <a href="#" class="alert-link">know about this</a>.
</div>
<hr>
{% include widgets/communication/alert-danger-dismissable.html %}
{% include widgets/communication/alert-warning-dismissable.html %}
{% include widgets/communication/alert-success-dismissable.html %}
{% include widgets/communication/alert-info-dismissable.html %}
<hr>
{% include widgets/communication/alert-success-button.html %}