Add fonts, autotable, autotable examples

This commit is contained in:
2026-07-13 13:01:26 -04:00
parent ea3d2a6d03
commit cf8342f8d4
71 changed files with 16084 additions and 1443 deletions

View File

@@ -43,5 +43,5 @@ func EnvBadge(env string) *vdom.VNode {
label, tone = strings.ToUpper(env), "bg-neutral-700 text-white"
}
return vdom.El("span", vdom.Attr("class", cx(envBadgeBase, tone)), vdom.Text(label))
return vdom.Span(vdom.Attr("class", cx(envBadgeBase, tone)), vdom.Text(label))
}