We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meeting gets the data, and contains a title, a user time input form, and a calendar for display - passes data into display calendar
User time input form holds state variables for editable times, a text input for the user's name, and a submit button
Calendar displays given times according to meetingData, and calls edit functions form user time input component if edit is true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Meeting gets the data, and contains a title, a user time input form, and a calendar for display - passes data into display calendar
User time input form holds state variables for editable times, a text input for the user's name, and a submit button
Calendar displays given times according to meetingData, and calls edit functions form user time input component if edit is true
The text was updated successfully, but these errors were encountered: