all repos — gomponents @ aa31c287a17885091d2dd9111f3eb798ee2ad91a

HTML components in pure Go

Merge remote-tracking branch 'upstream/main'

Alan Pearce
commit

aa31c287a17885091d2dd9111f3eb798ee2ad91a

parent

16f98a2bdbcfa112fb73fe318e88d497318ff8b3

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M html/attributes.gohtml/attributes.go
@@ -60,6 +60,10 @@ func Muted() g.Node {
return g.Attr("muted") } +func Open() g.Node { + return g.Attr("open") +} + func PlaysInline() g.Node { return g.Attr("playsinline") }