Vue Component Extensions Vue Component Extensions After Vue mounts the app and init Framework7, we will have access to Framework7’s initialized instance and some other useful ...
React Component Extensions Components Properties Phenome.js Slots Events React Component Extensions After React mounts the app and init Framework7, we will have access to ...
App / Core App Parameters App Methods & Properties App Events CSS Variables App / Core When we init the app we can use the new Framework7 constructor and pass an object wi...
Initialize App What’s next Initialize App Now you can see our HTML layout with linked required CSS and JavaScript files. Now we should initialize our app (for example in my-ap...
App React Component App Components App Properties Examples App React Component App React component is the main Framework7 app component where all the Framework7 core initial...
App / Core App Parameters App Methods & Properties App Events CSS Variables App / Core When we init the app we can use the new Framework7 constructor and pass an object wi...
App Layout Basic Layout Advanced Layout Initialize App App Layout First thing we should do for our App is to create index.html file with app’s skeleton. <!DOCTYPE html> <...
App HTML Layout Initialize App App HTML Layout First thing we should do for our App is to create index.html file with app’s skeleton. Let’s look at basic app layout: <!DOCTY...