feat: big title

This commit is contained in:
2026-04-01 12:16:16 +02:00
parent 8d3245b7b1
commit 175de893aa
8 changed files with 317 additions and 1 deletions

View File

@@ -280,6 +280,35 @@ export const EXAMPLES: Example[] = [
divider heavy
link "Home" "/page/index.mu"`,
},
{
name: "Big Title",
description: "Large ASCII art text in block, thin, and pixel fonts",
source: `page "Banner" 64
bigtitle "RELAY" block
align center
color 0cf
spacer
text "@center{Alpha-7 — Reticulum Network Node}"
spacer
bigtitle "STATUS" thin
align center
spacer
gauge "CPU" 62 100 28 warn=75 crit=90
gauge "MEM" 84 100 28 warn=80 crit=95
divider heavy
bigtitle "OK" pixel
align center
color 0f0`,
},
{
name: "Themed Page",
description: "Same layout with different visual themes (try: nouveau, gothic, bamboo, circuit, brutalist)",