UNPKG

framework7-without-localstorage

Version:

Full featured mobile HTML framework for building iOS & Android apps

15 lines (13 loc) 399 B
// Initialize your app var myApp = new Framework7(); // Export selectors engine var $$ = Dom7; // Add views var leftView = myApp.addView('.view-left', { // Because we use fixed-through navbar we can enable dynamic navbar dynamicNavbar: true }); var mainView = myApp.addView('.view-main', { // Because we use fixed-through navbar we can enable dynamic navbar dynamicNavbar: true });