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

f7_app - Application Container

There's not much to this one. It's responsible for rendering the overall application.

Usage

f7_app

Example

Input
<%= f7_app do %>
    <!-- Other Content -->
<% end %>
Output
<div class="status_overlay"></div>
<div class="panel_overlay"></div>
<!-- Other Content -->

Framework7 Documentation

App HTML Layout

Clone this wiki locally