Description: Implement the side bar that views meeting details and allows users to edit and remove events. All of the details of the events are props, so they can be reused to suit any meeting with varying details.
Scroll to the bottom of the page to see a dummy instance of the side bar with random information. Any changes to the instance of ViewMeetingDetails to a different time, date, location should be reflected in the test page.
Image of components:
Notes:
The width of this organism is a dependent on the width of the screen, but that should be standardize once it is implemented into the page structure.
Description: Implement the side bar that views meeting details and allows users to edit and remove events. All of the details of the events are props, so they can be reused to suit any meeting with varying details.
Testing:
Image of components:
Notes: The width of this organism is a dependent on the width of the screen, but that should be standardize once it is implemented into the page structure.