Sha256: a83c808795af9a17f2e58212915d07bacf34105a3e7fa5b947dffcc950520faf
Contents?: true
Size: 1.69 KB
Versions: 7
Compression:
Stored size: 1.69 KB
Contents
<section> <h4>Basic Menu</h4> <table> <thead><th>Code</th><th>Notes</th></thead> <tbody> <tr> <td><code><nav class="ae-nav-main"></nav></code></td> <td><p>Required. Wrap the nav and content in this parent class.</p></td> </tr> <tr> <td><code>.ae-list-inline <br /> .ae-list-block</code> <br /></td> <td><p>Optional. Display nav in a <code><ul></ul></code>. Can be in block or list. </p></td> </tr> <tr> <td><code>.ae-nav-item</code></td> <td><p>Required. Each nav item in the list should have this class. </code> </p></td> </tr> <tr> <td><code>.ae-nav-right <br /> .ae-nav-left</code></td> <td><p>Optional. Align the nav left or right.</p></td> </tr> </tbody> </table> <%= render "express_ui/molecules/nav_menu" %> <h4>Mega Menu</h4> <table> <thead><th>Code</th><th>Notes</th></thead> <tbody> <tr> <td><code>.ae-mega-menu</code></td> <td><p>Required. Wrap the mega menu trigger and content in this parent class.</p></td> </tr> <tr> <td><code>.ae-nav-mega-menu-content</code></td> <td><p>Required. Contains the mega menu.</p></td> </tr> <tr> <td><code>.ae-open-mega-menu</code></td> <td><p>Required. Opens the mega menu.</p></td> </tr> <tr> <td><code>.ae-nav-mega-menu-list</code></td> <td><p>Required. Each nav item in the list should have this class. </code> </p></td> </tr> <tr> <td><code>.ae-nav-mega-menu-list</code> <br /> <code>.ae-nav-mega-menu-list-icons</code></td> <td><p>Required at least 1. The menu should contain a <code><ul></ul></code> that has at least 1 of these classes. </p></td> </tr> </tbody> </table> <div class="ae-demo-container"> <%= render "express_ui/molecules/nav_mega_menu" %> </div> </section>
Version data entries
7 entries across 7 versions & 1 rubygems