Remove Boilerplate Use-case thingy

This commit is contained in:
2021-03-03 16:36:08 +01:00
parent 3e1683dfe5
commit a4bf998c5b
37 changed files with 382 additions and 495 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class BaseView(@Named("styles") styles: String) : View(styles) {
attributes["aria-label"] = "demo-search"
attributes["name"] = "search"
attributes["disabled"] = ""
attributes["value"] = "tag:\"demo\""
attributes["value"] = "tag:demo"
}
span {
id = "buttons"