Juicy / juicy-html

A custom element that lets you load HTML partials into your Web page. Declarative way for client-side includes.
http://juicy.github.io/juicy-html/
MIT License
62 stars 12 forks source link

Add support for polymer 3 #51

Open GermanMtzmx opened 6 years ago

GermanMtzmx commented 6 years ago

Add support for polymer 3 to avoid use : <div inner-h-t-m-l="[[ htmlContent ]]"></div>

tomalec commented 6 years ago

We didn't start the Polymer 3 migration for our usage yet. And given the complete shift with data binding, <dom-bind>, HTML Imports, migrating all the demos and use-cases is non-trivial.

Could you provide some code that presents your use-case - preferably in jsbin, or glitch - so it would be easier to support it.