-
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
일부 컴포넌트 구현 및 스토리북 추가 #16
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
💅 ## storybook-URL - https://66a939e10fecfdf69816c066-glrvgrhexl.chromatic.com/ |
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.
엄청난 구현양이시군요...... 수고많으셨습니다👍
리뷰는 항상 그렇듯이 개인적인 의견일 뿐이니 가볍게 읽어주세요!
감사합니다.
+) 저번 PR 부터 CI의 UI Test가 제대로 수행되지 않는 것 같습니다! pending 에서 진행이 안되는 것 처럼 보이네요.
export interface Props | ||
extends Omit<HtmlHTMLAttributes<HTMLButtonElement>, "children"> { | ||
active?: boolean; | ||
icon: React.ReactNode; |
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.
중요X : https://tech.socarcorp.kr/dev/2022/09/06/react-icon-component.html
위와 같은 방식으로 Icon 을 관리하는 사례도 있더라고요! 조금 예전 자료긴하지만 공유드립니다😀
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.
음 일단 이글 말미에도 SVGR이 마지막에 언급되는 부분을 보아.. 일단 SVGR 형태로 유지하도록 하겠습니다.
💅 ## storybook-URL - https://66a939e10fecfdf69816c066-totqsxnjtw.chromatic.com/ |
그리고 UI Tests는 보니까 Chromatic에서 디자이너 분들이 Component 보고 Reviews를 다 해줄때까지 Pending인거같아요 ㅎㅎ.. |
PR 타입 ( 하나 이상의 PR 타입을 선택해주세요 )
개요
일단 먼저 나와있는 컴포넌트들 조금 작업해놨습니다.
변경 사항
대부분 컴포넌트 구현 작업이라 �스토리북 보시면 될 것 같습니다.