Skip to content

Commit e10a9cf

Browse files
authored
Update package.json
1 parent aa20cbe commit e10a9cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/form-spinbutton/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@
6565
{
6666
"prop": "vertical",
6767
"description": "When set, renders the component with a vertical layout"
68+
},
69+
{
70+
"prop": "labelIncrement",
71+
"description": "Text to be used for the `aria-label` attribute on the inrement button"
72+
},
73+
{
74+
"prop": "labelDecrement",
75+
"description": "Text to be used for the `aria-label` attribute on the decrement button"
6876
}
6977
],
7078
"events": [

0 commit comments

Comments
 (0)