Sha256: ee88295f8288b544f6f0c2046d1215c9df5a635caa5b373d9d5a64236d46152c
Contents?: true
Size: 1.46 KB
Versions: 22
Compression:
Stored size: 1.46 KB
Contents
<section> <p>Flash messages provide a system of feedback to users after an action is done.</p> <p>See <a href="#status">Status</a> for the list of actions.</p> <table> <thead> <tr class="header"> <th>Action</th> <th>Usage</th> </tr> </thead> <tbody> <tr class="odd"> <td>Success</td> <td><code>.ae-alert-success</code></td> </tr> <tr class="even"> <td>Error</td> <td><code>.ae-alert-error</code></td> </tr> <tr class="odd"> <td>Pending</td> <td><code>.ae-alert-pending</code></td> </tr> <tr class="even"> <td>Info</td> <td><code>.ae-alert-info</code></td> </tr> </tbody> </table> <div class="ae-alert ae-alert-success"> <p>Congratulations! <a href="#" title="Click here to do something">Click here to do something</a>.</p> <a href="#" class="ae-alert-action" title="Click here to do something">×</a> </div> <div class="ae-alert ae-alert-error"> <p>Error. <a href="#" title="Click here to do something">Click here to do something</a>.</p> <a href="#" class="ae-alert-action" title="Click here to do something">×</a> </div> <div class="ae-alert ae-alert-pending"> <p>Warning. <a href="#" title="Click here to do something">Click here to do something</a>.</p> <a href="#" class="ae-alert-action" title="Click here to do something">×</a> </div> <div class="ae-alert ae-alert-info"> <p>Information. <a href="#" title="Click here to do something">Click here to do something</a>.</p> <a href="#" class="ae-alert-action" title="Click here to do something">×</a> </div> </section>
Version data entries
22 entries across 22 versions & 1 rubygems