useraccounts:polymer

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:polymer

WORK IN PROGRESS - let us know about any problem you might encounter ;)

TODOs

  • Add keyboard events so enter submits the form

This package depends on useraccounts:core

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

Bring Your Own Polymer

Adding this package with meteor add useraccounts:polymer does not add any other packages providing Polymer. This is to let you choose the flavour you prefer! Or using an Atmosphere package, or straight up with bower!

ADD theses imports manually

This package does not automatically add the imports for the elements needed. If you don't have them imported already you should include these imports:

 ```HTML

	<link rel="import" href="bower_components/paper-input/paper-input.html">
	<link rel="import" href="bower_components/paper-button/paper-button.html">
	<link rel="import" href="bower_components/paper-checkbox/paper-checkbox.html">

 ```

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.