Skip to content

Commit

Permalink
docs(props): add button text props
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jun 21, 2021
1 parent 84b7170 commit 7687cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions PROPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
| `step` | Value to increment or decrement the current spinner value | String<br>Number | `1` | |
| `style` | Container style | Object | | Could overwrite other props |
| `speed` | Speed acceleration ratio of increase or decrease `onLongPress` | Number | `7` | (value from `1` to `10`) |
| `buttonTextProps` | Customized text button props | Object | `null` | |
| `textColor` | Custom number color | String | Auto | |
| `type` | Type of spinner | String | `int` | Can be `int` or `real`/`float`... |
| `typingTime` | Time before debounce and trigger `onChange` event | Number | `750` | |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
| `step` | Value to increment or decrement the current spinner value | String<br>Number | `1` | |
| `longStep` | Value to increment or decrement the current spinner value `onLongPress` | String<br>Number | `step` | |
| `speed` | Speed acceleration ratio of increase or decrease `onLongPress` | Number | `7` | (value from `1` to `10`) |
| `buttonTextProps` | Customized text button props | Object | `null` | |
| `typingTime` | Time before debounce and trigger `onChange` event | Number | `750` | |
| `type` | Type of spinner | String | `int` | Can be `int` or `real`/`float`... |
| `value` | Controlled value of the Spinner | String<br>Number | `0` | |
Expand Down

0 comments on commit 7687cd2

Please sign in to comment.