Skip to content

Including Framework 7

teodorpk edited this page Jun 28, 2018 · 1 revision

In order to be able to add Framework 7 components on your page you first need to include it on the page.

Create a blank html file, in the www folder of your mobile app project:

Add a name for it:

And then open it in the editor. Click the Add Framework button:

Open the Framework 7 menu:

And select the version you need. We include the latest one:

You will see a notification saying that Framework 7 has been successfully added:

Right clicking the body element will show you the App Root element:

Adding it, will allow you to add any component you need on your page:

Clone this wiki locally