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.

16 lines (13 loc) 291 B
<style scope="tester"> :root { --back-color: lightgray; } </style> <oda-tester> <oda-theme-editor></oda-theme-editor> </oda-tester> <script type="module"> import '../../../oda.js'; import '../styles.js'; import './theme-editor.js'; </script>