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 ...
Statusbar Statusbar App Parameters Statusbar App Methods Statusbar Framework7 comes with statusbar component (wrapper around cordova-plugin-statusbar ) that may help to custo...
Support Support Properties Support Framework7 also comes with features detection library. It is avaialable as a **support** property of Framework7 class (Framework7.support ...
Framework7 Plugins API Plugin Structure Install Plugin Demo Plugin Framework7 Plugins API Framework7 comes with simple plugins/extensions API that allows you to create your ...
Device Methods & Properties Device Related Classes Device Framework7 comes with Device detection library with which contains useful information about device and platform. It...
Installation Framework7 CLI Ready To Use Templates Installation Framework7 CLI The most recommended way to start with new Framework7 app is to use Framework7 CLI , it provi...
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> <...
Tap Hold Event (Long Tap) Tap Hold Event (Long Tap) Framework7 has so called “tap hold” event. It triggers (if enabled) after a sustained, complete touch event. By default it i...
App Svelte Component App Components App Properties Examples App Svelte Component App Svelte component is the main Framework7 app component where all the Framework7 core init...