boolean-uk / team-dev-frontend-client

1 stars 11 forks source link

Create component - Add Cohort Popup #115

Closed lucianosimoni closed 1 year ago

lucianosimoni commented 1 year ago

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:

Check image to create the CSS layout Could use grid. Optional. See best way as you code.

Image

chris2733 commented 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.

lucianosimoni commented 1 year ago

Oh, fixed, nice idea.