-
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] 프로그래스바 컴포넌트 #58
Conversation
🪷 Storybook 확인 🪷 |
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.
어푸어푸
<div className={ProgressBarStyle.barContainer}> | ||
<div | ||
className={ProgressBarStyle.barStyle} | ||
style={{ width: `${progressPercentage}%` }}></div> |
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.
컨벤션에서 인라인 스타일은 사용하지 않기로 했으니 recipe를 사용해서 currentStep에 맞게 width를 설정하는 방법은 어떨까요?
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.
단계를 매개변수로 받아서 잘 작동하도록 만들어주신 것 같습니다! 나중에 온보딩에서도 잘 사용할 수 있을 것 같아요 짱짱 !! 👍
<div className={ProgressBarStyle.barContainer}> | ||
<div | ||
className={ProgressBarStyle.barStyle} | ||
style={{ width: `${progressPercentage}%` }}></div> |
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.
현재 단계의 진행도를 계산해서 퍼센트로 width를 채우는 방식 넘 좋네요! inline스타일을 사용하지 않고 적용할 수 있는 방법이 있는지에 대해서 고민하는 시간을 가져봐도 좋을 것 같아요! 물론 지금 progressPercentage를 통해 inline으로 width를 적용하는 것도 좋은 것 같아요!!
🛰️ 관련 이슈
🧑💻 작업 내용
🗯️ PR 포인트
assignInlineVars
라는게 있는 것 같은데 좀더 복잡하기도 하고 현재 인라인 스타일도 명확하게 표현되는 것 같아 수정하지는 않았습니다. 추후 퍼널구조를 적용하면서 수정될 수도 있을 부분이라 생각되어 추후에 다시 생각해보는걸로 남기겠습니다!🚀 알게된 점
📖 참고 자료 (선택)
📸 스크린샷 (선택)