-
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
[Feature] Picker, Toast 컴포넌트 페이지 마크업 #199
base: main
Are you sure you want to change the base?
Conversation
|
Size Change: 0 B Total Size: 680 kB ℹ️ View Unchanged
|
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.
왕수고많으셨어요~~
<Card style={{ padding: "73px 429px" }}> | ||
<Toast id="1" subText="Subtext" text="Text" /> | ||
</Card> |
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.
const title = componentItems.find((item) => item.title === "Picker"); | ||
return ( | ||
<> | ||
<Title | ||
main={title?.title || ""} | ||
sub={title?.description || ""} | ||
variant="header" | ||
/> |
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.
p5;
title 와 description 모두 담고 있는 변수라서 pageData 같은 포괄적인 의미를 담으면 좋을 거 같아요~
🎉 변경 사항
디자인 시스템 문서의
Toast
컴포넌트와Picker
컴포넌트 페이지를 마크업합니다.🙏 여기는 꼭 봐주세요!
개발 스펙과 다른 부분은 우선 제외했습니다. (아래 두가지)
: 라이브러리 활용으로 스타일만 주입, 내부에서만 사용)
: 베리언트가 따로 없고 와클이랑 와디 디자인이 조금 달라서 개발 시 놓쳤던 부분이네요 ㅠ 확실하게 정리해서 리팩터링이 필요할 것 같습니닷