-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
32 lines (29 loc) · 1.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>datetime-picker</title>
<script>if (!window.customElements) { document.write('<!--'); }</script>
<script src="https://fooloomanzoo.github.io/input-picker-pattern/demo/dist/custom-elements-es5-adapter.js"></script>
<!--! DO NOT REMOVE THIS COMMENT, WE NEED ITS CLOSING MARKER -->
<style>
body {
margin: 0;
min-height: 100vh;
}
component-page {
--iron-doc-accent-color: #649ae9;
}
</style>
</head>
<body>
<component-page page-title="@fooloomanzoo/datetime-picker" github-url="https://github.com/fooloomanzoo/datetime-picker" webcomponents-url="https://www.webcomponents.org/element/fooloomanzoo/datetime-picker"></component-page>
<!-- Load the external helpers to run the code transpiled to ES5 -->
<script src="https://fooloomanzoo.github.io/input-picker-pattern/demo/dist/babel-helpers.min.js"></script>
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
<script src="https://fooloomanzoo.github.io/input-picker-pattern/demo/dist/webcomponents-loader.js"></script>
<!-- Load component-page bundled dependencies -->
<script src="https://fooloomanzoo.github.io/input-picker-pattern/demo/dist/component-page-import.js"></script>
</body>
</html>