UNPKG

oda-framework

Version:

It's an ES Progressive Framework based on the technology of Web Components and designed especially for creating custom UI/UX of any complexity for web and cross-platform PWA mobile applications.

13 lines (11 loc) 303 B
<meta charset="utf-8"> <!-- <oda-tester> --> <oda-auto-doc> <oda-button id="el" style="display:none;"></oda-button> </oda-auto-doc> <!-- </oda-tester> --> <script type="module"> import '../../oda.js'; import './auto-doc.js'; // autoDoc.component = el; </script>