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) 236 B
<meta charset="utf-8"> <script type="module"> import '../../../oda.js'; import './hsla-picker.js'; </script> <oda-tester> <oda-hsla-picker size="48" color="hsla(300, 90%, 50%, 0.90)"></oda-hsla-picker> </oda-tester>