adding a button template to web mode

This commit is contained in:
Chris Cochrun 2023-09-01 11:13:47 -05:00
parent 8a02f5bc67
commit 69a285aad9

View file

@ -101,6 +101,7 @@ web-mode
(div "<div class=\""p"\">" n> r> n> "</div>" n)
(input "<input type=\""p"\" id=\""p"\" name=\""p"\" class=\""p"\">")
(label "<label for=\""p"\" class=\""p"\">")
(button "<button class=\""p"\">" n> r> n "</button>" n)
c++-mode
@ -127,3 +128,4 @@ qml-mode
(action "Kirigami.Action {" n> "id: " r n "}">)
(icon "Kirigami.Icon {" n> "id: " r n "}">)
(search "Kirigami.SearchField {" n> "id: " r n "}">)