Closed lucianosimoni closed 1 year ago
Looks good, small questions, how are you going to ensure the user cannot select a start date in the future and an end date in the past? Also how will you style the popup, with flex or grid? You could also use position:fixed for an overlay potentially.
Oh, fixed, nice idea.
Create a {AddCohortPopup} component
It needs to have the absolute position, and have full width and heigth, with a background with a small amout of opacity to give the effect of a PopUp
Requirements:
false
when the popup is closedhttp://localhost:4000/cohorts
http://localhost:4000/cohorts
Check image to create the CSS layout Could use
grid
. Optional. See best way as you code.