useraccounts:polymer

v1.12.2Published 9 years ago

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

Build Status useraccounts:polymer

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

TODOs

Add the following input types:

  • checkbox input
  • select input
  • radio input

Find the proper solution for inheriting AT events for paper-button elements

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 copy/paste 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.