Using polymer with ember

Hi, I’m looking for some advice.

I really like Polymer’s paper element, http://www.polymer-project.org/components/paper-elements/demo.html#core-toolbar, and polyfills for shadow dom support. I was wondering if anyone had advice on how I can use Polymer in my ember project.

Still having a hard time figuring this out. I might just cave and use ember components instead of web components.

Mayby a little late for you, but here’s a gist on getting Polymer elements working in an ember-cli project: https://gist.github.com/dnegstad/eee660aa32efd906082c

1 Like

Also… EMBERCONF 2015 - INTERACTION DESIGN WITH EMBER 2.0 AND POLYMER - YouTube

Has anybody found an ideal way to combine ember.js with Polymer?

With ember.js 2.4 I’m actually still mostly doing wrapper-components and set the polymer attrs in code there. Does anybody have a way to do it via Handlebars/HTMLBars?

Probably a bit late, but you can easily use my addon for this: ember-polymer. Cheers!