oe-ui-misc
Version:
collection of miscellaneous oe-ui Polymer components
22 lines • 804 B
HTML
<!--
©2018-2019 EdgeVerve Systems Limited (a fully owned Infosys subsidiary),
Bangalore, India. All Rights Reserved.
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>oe-ui-misc</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>