useraccounts:ratchet

v1.14.2Published 8 years ago

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

Meteor Icon Build Status

useraccounts:ratchet

Meteor sign up and sign in templates styled for Ratchet

This package depends on useraccounts:core

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

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

1AccountsTemplates.configure({
2    negativeValidation: false,
3    negativeFeedback: false,
4    positiveValidation: false,
5    positiveFeedback: false,
6});

Bring Your Own Ratchet

Adding this package with meteor add useraccounts:ratchet does not add any other packages providing Ratchet. 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 Ratchet 2.0.2.

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.