feat: Style updates, renames some files.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import Elementary
|
||||
|
||||
extension HTMLAttribute where Tag == HTMLTag.input {
|
||||
|
||||
static func min(_ value: String) -> Self {
|
||||
.init(name: "min", value: value)
|
||||
}
|
||||
|
||||
static func step(_ value: String) -> Self {
|
||||
.init(name: "step", value: value)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user