-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
feat: Modal Component #34
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Junya, looks good to me! 🥺 Just one thing: you should definitely have the modal have a 'position: fixed' in the centre of the screen. Also, add a transparent dark background behind the modal while it is open. Optionally, you can also make it such that when the user clicks outside the modal(or the dark background), it also closes the modal
Implemented modal component.