custom element
-
Trying to create a custom element with block. Not exactly sure how to import. I appreciate if you let me know what I am doing wrong.
I created a block. Named as Hello.
<polymer-element name=”hello” noscript>
<template>
<h1>Hello</h1>
</template>
</polymer-element>Created a page. Choose Hello on the import block (blue higlighted).
On the page editor <hello></hello> did not work.Thanks,
john
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘custom element’ is closed to new replies.