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.

19 lines (14 loc) 331 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>test oda local-dirs</title> </head> <body> <oda-local-dirs></oda-local-dirs> </body> <script type="module"> import '../../oda.js'; import './local-dirs.js/' </script> </html>