1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2026-01-11 08:16:29 +01:00

🐛 DDE + dd<el> in md

This commit is contained in:
2025-03-07 21:45:44 +01:00
parent d742d960ac
commit 47c5fda8d6
8 changed files with 39 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ export function page({ pkg, info }){
const page_id= info.id;
return el(simplePage, { info, pkg }).append(
el("p").append(...T`
Welcome to Deka DOM Elements (dd<el> or dde) — a lightweight library for building dynamic UIs with
Welcome to Deka DOM Elements (dd<el> or DDE) — a lightweight library for building dynamic UIs with
a declarative syntax that stays close to the native DOM API. dd<el> gives you powerful reactive tools
without the complexity and overhead of larger frameworks.
`),