@lrnwebcomponents/app-editor-hax
Version:
HAX but for mobile / desktop application development
28 lines (26 loc) • 858 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>AppEditorHax: app-editor-hax Demo</title>
<script src="../../../node_modules/@lrnwebcomponents/deduping-fix/deduping-fix.js"></script>
<script type="module">
import '@polymer/iron-demo-helpers/demo-snippet.js';
import '../app-editor-hax.js';
</script>
<style is="custom-style" include="demo-pages-shared-styles"></style>
</head>
<body>
<div class="vertical-section-container centered">
<h3>Basic app-editor-hax demo</h3>
<demo-snippet>
<template>
<app-editor-hax>
This is app-editor-hax
</app-editor-hax>
</template>
</demo-snippet>
</div>
</body>
</html>