INtiful / SootheWithMe

같이 달램
https://soothe-with-me.vercel.app/
0 stars 0 forks source link

feat: 모임 만들기 페이지 추가 #67

Closed BeMatthewsong closed 1 week ago

BeMatthewsong commented 2 weeks ago

✏️ 작업 내용

📷 스크린샷

https://github.com/user-attachments/assets/0b24dd73-31b8-477e-b5b0-4d9f5e8a1272

✍️ 사용법

usePreventScroll

// 모달이 띄워지는 페이지 내에서 사용
usePreventScroll(isModalOpen); // isModalOpen은 boolean이며, 이에 의존함

Modal 띄우기

<ModalFrame>
  모달 내용
</ModalFrame>

🎸 기타

문제사항)

close #44