loftsteinn:framework7-ios

v1.6.5Published 6 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

meteor-framework7-ios

Framework 7 v1.6.5 for Meteor using the iOS theme

How to use it?

Add package

meteor add loftsteinn:framework7-ios

Use Framework7 with JavaScript

Framework7 gets automatically loaded after which you can use the Framework7 and Dom7 global variables.

1if (Meteor.isClient) {
2  // Initialize app
3  var myApp = new Framework7();
4
5  // If we need to use custom DOM library, let's save it to $$ variable:
6  var $$ = Dom7;
7
8  // ...
9}

Documentation

More information can be found in the Framework7 original documentation.