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.

9 lines (8 loc) 258 B
<meta charset="UTF-8"> <script type="module"> import '../../../oda.js'; import './color-input.js'; </script> <oda-tester> <oda-color-input value="#FF0000" style="border: 1px solid lightgray; margin: 2px;"></oda-color-input> </oda-tester>