Confirmed users
376
edits
No edit summary |
|||
| Line 16: | Line 16: | ||
== Web Component resources == | == Web Component resources == | ||
* [ Mozilla Brick] | * [https://developer.mozilla.org/en-US/Apps/Tools_and_frameworks/Web_components Mozilla Brick] is a library to make Web Components work across browsers. We use Brick to create a lot of the FirefoxOS UI. You can see [http://mozbrick.github.io/ demos on GitHub] and [https://github.com/mozbrick/brick get the source from GitHub] | ||
* [ Polymer] | * [http://www.polymer-project.org/ Polymer] is an open source Web Components polyfill library strongly powered by Google. It is heavily used to bring the Material Design look and feel of Android to the web. There is even a [http://www.polymer-project.org/tools/designer/ WYSIWYG design tool]. | ||
* [] | |||
* [] | == Web Component articles and videos == | ||
* [https://www.youtube.com/watch?v=8OJ7ih8EE7s Eric Bidelman at Google IO 2014 - Polymer and Web Components change everything you know about Web development] | |||
* [http://webdesign.tutsplus.com/articles/how-to-create-your-own-html-elements-with-web-components--cms-21524 Tuts+: How to create your own HTML elements with Web Components] | |||