UNPKG

i18n-element

Version:

I18N Base Element for lit-html and Polymer

13 lines 414 B
<!-- temporary HTML --><html><head><link rel="import" href="../../../i18n-element.html"></head><body><dom-module id="item-element"><template localizable-text="embedded"> <span id="label">{{text.label}}</span> <template id="localizable-text"> <json-data> { "meta": {}, "model": {}, "label": "A" } </json-data> </template> </template></dom-module><!-- end of dom-module id="item-element" --> </body></html>