Skip to content
Terry Wilson edited this page Sep 17, 2014 · 1 revision

f7_navbar - Navigation Container

This renders the container that holds a navbar for a page.

Usage

f7_navbar html_options, &block

Examples

Input
<%= f7_navbar do %>
    <!-- Other Content -->
<% end %>
Output
<div class="navbar">
    <div class="navbar-inner">
        <!-- Other Content -->
    </div>
</div>

Framework7 Documentation

Navbars & Toolbars

Clone this wiki locally