-
Notifications
You must be signed in to change notification settings - Fork 3
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/#53] Stepper 공통 컴포넌트 추가 #56
Conversation
PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶 |
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.
제가 보기엔 문제 없는 것 같아 어푸했습니다!! 고생했어욥,,, 공통컴포넌트긴 하니까 정 신경쓰이면 round -> cnt 등으로 변경하는 것도 좋은 방법일 것 같아요!! 나두 이럿케,,, 깔끔하게 코드 짤 수 있었으면 조켓따,,,
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.
깔끔합니당 ~!!!
리뷰 남긴 것만 수정하고 머지하면 될 것 같아요!
export interface StepperProps { | ||
max: number; | ||
round: number; | ||
setRound: (round: number) => void; | ||
} | ||
|
||
const Stepper = ({ round, max, setRound }: StepperProps) => { |
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.
p3) setState 자체를 props로 넘기면 안된다? 와 관련해서 화랑이가 적은 아티클이 있어서 링크 남겨놓겠습니다!
props로 onMinusClick, onPlusClick 이렇게 넘기는 방식은 어떨까요!?
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.
넵!! onMinusClick, onPlusClick으로 prop 넘기는 방향으로 수정했습니다!!
Quality Gate passedIssues Measures |
📌 관련 이슈번호
🎟️ PR 유형
어떤 변경 사항이 있나요?
✅ Key Changes
📢 To Reviewers
의견 마구마구 부탁드립니당.
📸 스크린샷
🔗 참고 자료
https://jinist.tistory.com/365
솔직히 svg 잘 모릅니다..ㅎ 그래서 이거 블로그보면서 색 변경해줬어용