Live data from Hacker News

Material design with Polymer

polymer-project.org

1–10 of 47 posts

Re: Material design with Polymer

#8
post #7

What is Polymer? I thought it was a polyfill for Web Components but this seems like a UI library or something.

It's both. This is a slightly outdated image, but it describes it pretty well: http://4.bp.blogspot.com/-rPbEdmEpHWA/UeW4Xqmg0oI/AAAAAAAAAx...

Basically, there's a layer of polyfills called the Platform that will disappear as browsers implement key web platform features natively. On top of that is the main Polymer library, which is a small sugaring library that makes using the individual Platform polyfills together a lot easier. On top of that are a couple different sets of both UI and non-UI web components built using Polymer, namely core-elements and paper-elements.

Post reply on HN