oda-framework
Version:
12 lines (10 loc) • 405 B
HTML
<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: "Comic Sans MS";">HTML editor</span></h1>`;
</script>