Skip to content

MobileGuru1013/Meteor-useraccount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Icon Build Status

useraccounts:ionic

Meteor sign up and sign in templates styled for Ionic

This package depends on useraccounts:core

Learn more here or have a look at the full documentation.

Note: At the moment Ionic does not support form validation. So it is mandatory to configure UserAccounts with, at least,

AccountsTemplates.configure({
  negativeValidation: false,
  negativeFeedback: false,
  positiveValidation: false,
  positiveFeedback: false,
});

Bring Your Own Ionic

Adding this package with meteor add useraccounts: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!

At the moment it is up to date with Ionic 2.0.0.

Contributing

Anyone is welcome to contribute. Fork, make your changes, and then submit a pull request.

Thanks to all those who have contributed code changes to this package as well as to the core package and all who have helped by submitting bug reports and feature ideas.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published