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.

12 lines (9 loc) 258 B
<meta charset="UTF-8"> <title>oda-pdf-viewer</title> <oda-tester> <oda-pdf-viewer id="pdf_viewer" url="./odant.pdf"></oda-pdf-viewer> </oda-tester> <script type="module"> import '../../../oda.js'; import './pdf-viewer.js'; </script>