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.

9 lines (8 loc) 214 B
<meta charset="utf-8"> <oda-tester> <oda-scheduler id="scheduler" show-toolbar></oda-scheduler> </oda-tester> <script type="module"> import '../../../oda.js'; import './scheduler.js'; </script>