Skip to content

Commit 221010f

Browse files
committed
📝 add new props to README (#39)
1 parent 94a034b commit 221010f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@ return (
445445
| maximumHours | The highest value on the hours picker | Number | 23 | false |
446446
| maximumMinutes | The highest value on the minutes picker | Number | 59 | false |
447447
| maximumSeconds | The highest value on the seconds picker | Number | 59 | false |
448+
| hourInterval | The interval between values on the hours picker | Number | 1 | false |
449+
| minuteInterval | The interval between values on the minutes picker | Number | 1 | false |
450+
| secondInterval | The interval between values on the seconds picker | Number | 1 | false |
448451
| hourLabel | Label for the hours picker | String \| React.ReactElement | h | false |
449452
| minuteLabel | Label for the minutes picker | String \| React.ReactElement | m | false |
450453
| secondLabel | Label for the seconds picker | String \| React.ReactElement | s | false |

0 commit comments

Comments
 (0)