UNPKG

@fooloomanzoo/datetime-input

Version:
33 lines (29 loc) 1.5 kB
<!doctype 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>datetime-input</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: #e96464; } </style> </head> <body> <component-page page-title="@fooloomanzoo/datetime-input" github-url="https://github.com/fooloomanzoo/datetime-input" webcomponents-url="https://www.webcomponents.org/element/@fooloomanzoo/datetime-input"></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>