UNPKG

oe-paper-chip

Version:

A template element , used to create oe-ui Polymer 3 elements

18 lines 676 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>oe-paper-chip</title> <script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script> <script type="module" src="node_modules/@polymer/iron-component-page/iron-component-page.js"></script> </head> <body> <!-- Visit demo/index.html to see live examples of your element running. This page will automatically redirect you there when run in the browser with `polymer serve`. --> <iron-component-page></iron-component-page> </body> </html>