Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 2 KB

README.md

File metadata and controls

56 lines (36 loc) · 2 KB

autoform-ionic

Meteor Autoform (aldeed:autoform) templates styled for Ionic.

Features

Examples

Contacts App

A simple CRUD app to manage contacts.

Demo | Code

Meteor Hunt

A Product Hunt clone built in Meteor Ionic. (In Progress)

Demo | Code

Installation

meteor add meteoric:autoform-ionic

Bring Your Own Ionic

Adding this package with meteor add meteoric:autoform-ionic does not add any other packages providing Ionic. This is to let you choose the flavour you prefer, being it compiled, less, sass, or from CDN!

We recommend including our meteoric:ionic-sass and meteoric:ionicons-sass packages.

Usage

You can either set the theme globally:

AutoForm.setDefaultTemplate('ionic');

Or on a per-form basis:

{{> quickForm schema=mySchema id="myForm" template="ionic"}}

License

MIT License