aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/web
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-05-21 16:04:26 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-05-21 16:04:26 +0200
commit78ba18b890655b12650afedac3a9d57ef95567d0 (patch)
treefce51444285a4b20f28e1c74f314ddce784e861a /src/frontend/web
parentab49ab9f5cc751d185b2049896913842bd33bf7b (diff)
frontend: implement more sophisticated minimizer
Diffstat (limited to 'src/frontend/web')
-rw-r--r--src/frontend/web/hello-world/index.html3
-rw-r--r--src/frontend/web/index.html4
2 files changed, 6 insertions, 1 deletions
diff --git a/src/frontend/web/hello-world/index.html b/src/frontend/web/hello-world/index.html
index a9b0be7..047a283 100644
--- a/src/frontend/web/hello-world/index.html
+++ b/src/frontend/web/hello-world/index.html
@@ -1,3 +1,6 @@
<div id="container" onclick="clicked()">
Click Me!
+ <z-component type="box">
+ <span slot="title">Hello World!<span>
+ </z-component>
</div>
diff --git a/src/frontend/web/index.html b/src/frontend/web/index.html
index 885f2c5..646cdb0 100644
--- a/src/frontend/web/index.html
+++ b/src/frontend/web/index.html
@@ -1 +1,3 @@
-<z-component type="hello-world"></z-component>
+<z-component type="hello-world">
+ <p slot="ur-mom">lulululu</p>
+</z-component>