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.

18 lines (16 loc) 499 B
<meta charset="utf-8"> <oda-tester> <oda-icons-set id="set"></oda-icons-set> </oda-tester> <script type="module"> import "../../../oda.js"; import "./icons-set.js"; setTimeout(() => { set.icons = [ { name: 'magnet', icon: 'tools:magnet' }, { name: 'magnify', icon: 'tools:magnify' }, { name: 'scissors', icon: 'tools:scissors' }, { name: 'settings', icon: 'tools:settings' }, ] }, 300); </script>