Polymer is a library for web development, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.
1
vote
0answers
30 views
A (possibly) great Polymer autocomplete widget
I have just finished writing this:
https://github.com/mercmobily/hot-autocomplete
This is the source at the time of me writing this post:
https://github.com/mercmobily/hot-autocomplete/blob/...
0
votes
0answers
105 views
Polymer decorator to make iron-forms actually work
I just finished writing a first version of hot-form. It's a simple decorator that makes iron-forms do I basically always do:
Show error messages, or a custom ...
0
votes
0answers
80 views
Complete Polymer element to invalidate fields based on server response
I wrote hot-form-validator, which is a super-simple widget that marks named fields as invalid depending on server response.
I actually did the lot -- full documentation, tests, demos -- and they all ...
2
votes
0answers
40 views
Web component design, attribute or content HTML?
Which one of these web components is designed better?
Option 1 contains an a tag within the custom element.
...
1
vote
1answer
2k views
How can I organize polymer-element structure in order to embrace the Polymer way of developing custom elements?
My goal has been to learn Polymer so I started developing a complex combo-box element.
I did my development on Plunker. Here is link to my plunk.
I'm happy with ...