WIP update deps, sql builder instead of jet
This commit is contained in:
@@ -264,6 +264,10 @@ func Select(children ...g.Node) g.Node {
|
||||
return g.El("select", children...)
|
||||
}
|
||||
|
||||
func SlotEl(children ...g.Node) g.Node {
|
||||
return g.El("slot", children...)
|
||||
}
|
||||
|
||||
func Source(children ...g.Node) g.Node {
|
||||
return g.El("source", children...)
|
||||
}
|
||||
@@ -296,6 +300,10 @@ func Td(children ...g.Node) g.Node {
|
||||
return g.El("td", children...)
|
||||
}
|
||||
|
||||
func Template(children ...g.Node) g.Node {
|
||||
return g.El("template", children...)
|
||||
}
|
||||
|
||||
func Textarea(children ...g.Node) g.Node {
|
||||
return g.El("textarea", children...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user