pclubiitk/Campus-Discuss-App

Create CommentsOverlay component

Closed this issue ยท 4 comments

Create a component for the comments section overlay. As props, take:

  • An open boolean that decides whether the overlay is open or not.
  • comments: an array of objects of type IComment.

You can add any other props that may be necessary.

I am taking this task

Ashutosh and Abhinav are taking up this issue

Feel free to look at and use the existing PR. I think you should be able to pull from the PR to your branch and make additional changes if any. You can start from scratch too if you want, no problem.

Fixed with #19