We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319a3d5 commit 657ff76Copy full SHA for 657ff76
README.md
@@ -53,7 +53,7 @@ import slinky.core.facade._
53
<button
54
id="minus"
55
onclick={ (event: MouseEvent) => currentNumber.value -= 1 }
56
- ></button>,
+ >-</button>,
57
58
// virtual DOM label element with Binding.scala's `.bind` magic
59
Binding {
@@ -110,7 +110,7 @@ def spinner(currentNumber: Var[Int]): ReactElement = {
110
html"""<button
111
112
onclick=${ (event: MouseEvent) => currentNumber.value -= 1 }
113
- ></button>""",
+ >-</button>""",
114
115
116
0 commit comments