1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-02 12:42:15 +02:00

ce wip

This commit is contained in:
2024-06-07 10:04:34 +02:00
parent 0bc0e0c64d
commit a5efbd236c
4 changed files with 27 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import { mnemonicUl } from "../mnemonicUl.html.js";
export function mnemonic(){
return mnemonicUl().append(
el("li").append(
el("code", "customElementRender(<custom-element>, <render-function>[, <properties>])"), " — use function to render DOM structure for given <custom-element>",
el("code", "customElementRender(<custom-element>, <connect-target>, <render-function>[, <properties>])"), " — use function to render DOM structure for given <custom-element>",
),
el("li").append(
el("code", "customElementWithDDE(<custom-element>)"), " — register <custom-element> to DDE library, see also `lifecyclesToEvents`, can be also used as decorator",