Merged
Conversation
✅ Deploy Preview for readingnook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Eunjin03
approved these changes
Mar 1, 2026
Contributor
Eunjin03
left a comment
There was a problem hiding this comment.
아예 컴포넌트 사용 방법 md 파일을 만드는 것도 좋을 것 같습니다
고생 많으셨씁니다!!!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 관련 이슈
🔑 작업 내용
presentation 컴포넌트 개발 완료
📷 스크린샷
Bottom Banner

Popup

Bottom sheet
2026-02-27.12.40.23.1.mov
🌐 공유 사항 to 리뷰어
주석을 달아놓긴 했는데 바텀 시트의 경우 너무너무 공유사항이 길어서 따로 정리해둔 것을 올려두겠습니다!
-> 관리하는 문서를 따로 만드는 게 나을지 이런 부분 다음주 월요일 회의에서 논의하면 좋을 거 같습니다
BottomSheet 컴포넌트 사용 가이드
1) 이 컴포넌트가 해주는 것
children으로 직접 구성w=375,padding=16/16/32/16,rounded-top=16,bg=gray-15closeOnOverlayClick=true)close.svg)이고 누르면onClose()호출2) Header on/off
title을 넘기면 Header가 켜짐title을 안 넘기면 Header가 꺼짐3) Body(내용) 넣는 법
Body는 컴포넌트가 만들지 않고, 사용하는 화면에서 자유롭게 구성함.
4) Footer on/off + 버튼 스펙
Footer는
footerprop을 넘기면 켜짐, 안 넘기면 꺼짐.(A) 단일 버튼 (layout: "single")
단일 버튼은 4가지 variant가 있음
mint: 기본 확인 버튼(민트, 남색 글씨)primaryAlert: 빨간 배경 / 빨간 글씨primaryDisabled: 비활성(남색 배경 / 회색 글씨, 클릭 불가)primarySecondaryText: 남색 배경 / 더 밝은 회색 글씨(B) 2버튼 (layout: "double")
2버튼은 아래를 선택함
leftVariant"secondary"(기본 남색 버튼, 오른쪽 민트 버튼)"alert"(왼쪽만 경고 버튼, 오른쪽 민트 버튼)sizeMode"equal": 5:5 동일 너비"split": 왼쪽 80px 고정 / 오른쪽 나머지 채움🚨 이슈 사항