https://github.com/ebidel/polymer-experiments
Example/useful Polymer elements
https://github.com/ebidel/polymer-experiments
Last synced: about 1 year ago
JSON representation
Example/useful Polymer elements
- Host: GitHub
- URL: https://github.com/ebidel/polymer-experiments
- Owner: ebidel
- Created: 2013-07-18T13:59:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T23:29:12.000Z (over 9 years ago)
- Last Synced: 2025-03-27T22:43:21.984Z (over 1 year ago)
- Language: HTML
- Size: 23.8 MB
- Stars: 104
- Watchers: 12
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Experiments with Polymer
========================
Example/useful [Polymer](https://www.polymer-project.org/1.0/) elements, demos, and experiments:
- [Polymer & AngularJS](http://ebidel.github.io/polymer-experiments/polymer-and-angular/together/)
- [HTML <select> implementation using Polymer](http://ebidel.github.io/polymer-experiments/select-element/)
- [<mobile-head> custom element](http://ebidel.github.io/polymer-experiments/mobile-head/)- default mobile best practices
- [Stock Ticker element/app](http://ebidel.github.io/polymer-experiments/polymersummit/stockticker/) - written using ES6 classes in both raw custom elements and Polymer.
- [App shell](http://ebidel.github.io/polymer-experiments/polymersummit/fouc/appshell.html) concept - shows how to control FOUC with the idea of an app shell by styling unresolved markup before it's ready and delivering critical resources and first paint, quickly.
[](https://github.com/igrigorik/ga-beacon)