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 (11 loc) 215 B
<meta charset="UTF-8"> <style> body { overflow: hidden; } </style> <oda-circles></oda-circles> <script type="module"> import '../../../../oda.js'; import './circles.js'; </script>