UNPKG

@fooloomanzoo/property-mixins

Version:

mixin for custom elements to extends property mixins for data formats

33 lines (29 loc) 1.51 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>property-mixins</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: #e45719; } </style> </head> <body> <component-page page-title="@fooloomanzoo/property-mixins" github-url="https://github.com/fooloomanzoo/property-mixins" webcomponents-url="https://www.webcomponents.org/element/@fooloomanzoo/property-mixins"></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>