-
Notifications
You must be signed in to change notification settings - Fork 1
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/#75] Carousel 컴포넌트 구현 #78
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.
코드를 짠 사람을 닮아 깔끔한 코드네요 수고하셨습니당 💛
|
||
const Carousel = ({ designs }: CarouselProps) => { | ||
return ( | ||
<div className={container}> |
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.
다양한 시멘틱 태그 사용을 위해 container를 ul 태그로 하고 map으로 돌려지는 div 태그를 li 태그로 하는 건 어떨지.. 제안해봅니당👏
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.
좋은 생각이네용 ~!! 반영하겠습니다!
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.
깔끔한 코드 넘 최고!!! 고생하셨습니다 :)
})} | ||
<li className={moreButtonStyle}> | ||
<IcCircleArrowRight42 width="3.5rem" height="3.5rem" /> | ||
<span className={moreTextStyle}>더보기</span> |
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.
여기서 더보기 클릭시 해당 store 상세페이지로 이동해야 하므로
prop으로 storeId를 전달받고, navigate 해주는 handle함수까지 만들면 좋을 것 같습니다!
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.
고생하셨습니다!!
📌 관련 이슈번호
체크리스트
✅ Key Changes
아래와 같은 형태의 데이터가 들어올 예정이고, 해당 데이터를 돌면서 이미지와 좋아요 상태를 보여줍니다.
📢 To Reviewers
📸 스크린샷 or 실행영상
2025-01-15.3.20.10.mov