about summary refs log tree commit diff stats
path: root/html/attributes.go
diff options
context:
space:
mode:
Diffstat (limited to 'html/attributes.go')
-rw-r--r--html/attributes.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/attributes.go b/html/attributes.go
index 5e56683..3c69f94 100644
--- a/html/attributes.go
+++ b/html/attributes.go
@@ -198,6 +198,10 @@ func SrcSet(v string) g.Node {
 	return g.Attr("srcset", v)
 }
 
+func Step(v string) g.Node {
+	return g.Attr("step", v)
+}
+
 func StyleAttr(v string) g.Node {
 	return g.Attr("style", v)
 }