UNPKG

polymer-analyzer

Version:
18 lines (15 loc) 285 B
<!-- This is a big comment on the element! --> <dom-module id="my-element"> <template strip-whitespace> <slot name="slot1"></slot> <slot name="slot2"></slot> <slot></slot> </template> <script> Polymer({ is: 'my-element', }); </script> </dom-module>