We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46270fc commit 8eb1a53Copy full SHA for 8eb1a53
README.md
@@ -41,4 +41,5 @@ class App extends React.Component {
41
`availability` | `Array<Date>` | List of dates that should be filled in on the grid (reflect the start time of each cell) | yes | N/A
42
`numDays` | `number` | The number of days from today to show | no | `7`
43
`minTime` | `number` | The minimum hour to show (0-23) | no | `9`
44
-`maxTime` | `number` | The maximum hour to show (0-23) | no | `23`
+`maxTime` | `number` | The maximum hour to show (0-23) | no | `23`
45
+`onChange` | `(Array<Date>) => void` | A callback that's executed when the selected availability is changed | yes | N/A
0 commit comments