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.

12 lines (10 loc) 405 B
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <oda-tester> <oda-html-editor id="editor" edit-mode></oda-html-editor> </oda-tester> <script type="module"> import '../../../oda.js'; import './html-editor.js'; editor.value = `<h1><span style="color: rgb(255, 0, 221); font-family: &quot;Comic Sans MS&quot;;">HTML editor</span></h1>`; </script>