Simple html editor based on tiptap.dev with it's StarterKit extension.
HTMLEditor must be imported separately, since it's not included in Gadjet bundle & module.
import { HTMLEditor } from 'gadjet/dist/module/ui/html-editor/html-editor.js';
<script defer>
import { HTMLEditor } from 'gadjet/dist/module/ui/html-editor/html-editor.bundle.js';
define('el-html-editor', HTMLEditor);
Element API is based on tiptap editor api which
can be access through <element>.editor