navbar.html 659 B

123456789101112131415161718192021222324
  1. ---
  2. layout: documentation
  3. doc-tab: components
  4. doc-subtab: navbar
  5. ---
  6. {% include subnav-components.html %}
  7. <section class="section">
  8. <div class="container">
  9. <h1 class="title">Navbar</h1>
  10. <h2 class="subtitle">
  11. A responsive horizontal <strong>navbar</strong> that can supports images, links, buttons, and dropdowns
  12. </h2>
  13. <div class="message is-success">
  14. <div class="message-body">
  15. <p>The new <code>.navbar</code> replaces the old <code>.nav</code> component. You can still access its documentation <a href="{{ site.url }}/documentation/components/nav/">here</a>.</p>
  16. </div>
  17. </div>
  18. <hr>
  19. </div>
  20. </section>