Skip to content

meteoric/autoform-ionic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Autoform templates for Ionic form components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published