feat: add real-time chart example

This commit is contained in:
Joao Goncalves
2025-11-05 17:29:29 -01:00
parent 57b22de0e4
commit c167f0c74f
8 changed files with 302 additions and 65 deletions

View File

@@ -392,6 +392,10 @@ func Var(children ...H) H {
return gh.Var(retype(children)...)
}
func StyleEl(children ...H) H {
return gh.StyleEl(retype(children)...)
}
func Video(children ...H) H {
return gh.Video(retype(children)...)
}