We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BottomSheet와 사용되는 ListModal, BasicModal 코드를 최소화하기 위한 리팩토링을 진행한다.
overflow: hidden
The text was updated successfully, but these errors were encountered:
♻️ refactor: BottomSheet 컴포넌트 코드 최소화 리팩토링 (#55)
d1dd50f
Merge pull request #60 from FRONTENDSCHOOL5/feature/#55
587e7e7
♻️ refactor: BottomSheet 컴포넌트 코드 최소화 리팩토링
mihyunLee
Successfully merging a pull request may close this issue.
🤷 구현할 기능
BottomSheet와 사용되는 ListModal, BasicModal 코드를 최소화하기 위한 리팩토링을 진행한다.
🔨 상세 작업 내용
- 이로 인해 BottomSheet의 Slide 애니메이션의 높이를 조절하기 위한 LEN props를 삭제할 수 있다.
⚙️ 구현방법 및 예상 동작
📄 참고 사항
overflow: hidden
속성 추가The text was updated successfully, but these errors were encountered: