Skip to content

Commit 7687cd2

Browse files
committed
docs(props): add button text props
1 parent 84b7170 commit 7687cd2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

PROPS.md

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
| `step` | Value to increment or decrement the current spinner value | String<br>Number | `1` | |
7575
| `style` | Container style | Object | | Could overwrite other props |
7676
| `speed` | Speed acceleration ratio of increase or decrease `onLongPress` | Number | `7` | (value from `1` to `10`) |
77+
| `buttonTextProps` | Customized text button props | Object | `null` | |
7778
| `textColor` | Custom number color | String | Auto | |
7879
| `type` | Type of spinner | String | `int` | Can be `int` or `real`/`float`... |
7980
| `typingTime` | Time before debounce and trigger `onChange` event | Number | `750` | |

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
141141
| `step` | Value to increment or decrement the current spinner value | String<br>Number | `1` | |
142142
| `longStep` | Value to increment or decrement the current spinner value `onLongPress` | String<br>Number | `step` | |
143143
| `speed` | Speed acceleration ratio of increase or decrease `onLongPress` | Number | `7` | (value from `1` to `10`) |
144+
| `buttonTextProps` | Customized text button props | Object | `null` | |
144145
| `typingTime` | Time before debounce and trigger `onChange` event | Number | `750` | |
145146
| `type` | Type of spinner | String | `int` | Can be `int` or `real`/`float`... |
146147
| `value` | Controlled value of the Spinner | String<br>Number | `0` | |

0 commit comments

Comments
 (0)