Skip to content

Commit

Permalink
Finish Counter
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongmao86 committed Apr 28, 2023
1 parent c730fc4 commit 00c4e32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/docs/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,11 @@
"width": "Sets a component width",
"margins": "Sets the margin of the outside buttons",
"increaseIcon": "Sets an increase icon",
"decreaseIcon": "Sets a decrease icon"
"decreaseIcon": "Sets a decrease icon",
"ariaDecreaseLabel": "The aria-label of decrease button",
"ariaIncreaseLabel": "The aria-label of increase button",
"ariaLabel": "The aria-label of content of counter",
"longPressDelay": "The number of milliseconds after which another event will be sent when you are long pressing the button"
},
"events": {
"clickDecreaseButton": "The event is triggered when clicked decrease outside button",
Expand Down

0 comments on commit 00c4e32

Please sign in to comment.