React Schedule Meeting
A simple agnostic React UI for scheduling
June 2024
Wednesday, June 26th
No times available
No future times available
Playground Options!
startTimeListStyle
The style for the start times
eventDurationInMinutes
30The minutes of each event
eventStartTimeSpreadInMinutes
10The length between the next possible event start time. Example: For 30, an event start time will be available 30 minutes after the previous event END time.
borderRadius
10The border radius setting that restyles the entire UI.
primaryColor
The primary color setting that restyles the entire UI.
backgroundColor
The background color setting that restyles the entire UI.
resetDate (onStartTimeSelect)
After a time slot has been selected, you can reset the date with onStartTimeSelect.resetDate()
resetSelectedTimeState (onStartTimeSelect)
After a time slot has been selected, you can reset the selected state with onStartTimeSelect.resetSelectedTimeState().
skipConfirmCheck
This is only relevant when startTimeListStyle is set to "scroll-list". When set to true, the user will not be prompted to confirm their selection.