## 요구사항 - `open` 의 true | false 값에 따라 열리고 닫힌다. - `anchor`는 left, right, top, bottom 네 가지가 있다. ## 디자인 <img width="300" alt="모달" src="https://user-images.githubusercontent.com/71116429/235435913-db0f5041-0411-49eb-b884-9994d2dabecd.png"> ### 참고 - [https://mui.com/material-ui/react-modal/](https://mui.com/material-ui/react-modal/) - [https://mui.com/material-ui/react-drawer/](https://mui.com/material-ui/react-drawer/) - [https://mui.com/material-ui/api/drawer/](https://mui.com/material-ui/api/drawer/)