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 (14 loc) 561 B
<meta charset="utf-8"> <body style="overflow: hidden"> <oda-tester> <oda-hl id="hex" icon-size="30" allow-delete></oda-hl> </oda-tester> </body> <script type="module"> import '../../../oda.js'; import './hl.js'; hex.data = [{x: 2, y: 3, is:'oda-icon', label: 'А это супер-пупер длинный заголовок', props:{ icon: 'odant:base', iconSize: 50, }}, {x: 4, y: 3, is:'oda-button', label: 'Заголовок', props:{ icon: 'odant:class', iconSize: 50, }}] </script>