You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/components/form-spinbutton/package.json
+26
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,32 @@
99
99
"description": "Number of steps to jump by once the `repeat-threshold` has been reached. Must be a positive integer. This value is also used for the page up and down keys"
100
100
}
101
101
],
102
+
"slots": [
103
+
{
104
+
"name": "increment",
105
+
"version": "2.8.0",
106
+
"description": "Custom content to place in the increment button",
107
+
"scope": [
108
+
{
109
+
"prop": "hasFocus",
110
+
"type": "Boolean",
111
+
"description": "`true` when the spinbutton has focus"
112
+
}
113
+
]
114
+
},
115
+
{
116
+
"name": "decrement",
117
+
"version": "2.8.0",
118
+
"description": "Custom content to place in the decrement button",
119
+
"scope": [
120
+
{
121
+
"prop": "hasFocus",
122
+
"type": "Boolean",
123
+
"description": "`true` when the spinbutton has focus"
0 commit comments