-
Notifications
You must be signed in to change notification settings - Fork 0
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
[FE] feat: MemberTitle 컴포넌트 구현 #409
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.
해옹 코멘트 확인해주세용
<Link> | ||
<ArrowIcon variant="arrow" color={theme.colors.gray5} width={18} height={18} /> | ||
</Link> |
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.
여기서 라우팅하려면 routeDestination
같은 prop이 있어야할 것 같아요
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.
props 받고 경로 이동까지 처리해놓았습니다!
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 MembersTitle = ({ title }: MembersTitleProps) => { | ||
return ( | ||
<MemberTitleContainer> | ||
<Heading size="xl">{title}</Heading> |
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.
섹션별 타이틀이 될거 같아서 h2로 하는게 좋아보입니다
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.
굿!
Issue
✨ 구현한 기능
memberTitle 컴포넌트를 구현하였습니다.
페이지 더 붙이고 구체적인 내용을 덧 붙일 예정입니다.
title props로 받는건 추후 api 논의 후 달라질 듯 합니다.
마크업만 봐주세요!
📢 논의하고 싶은 내용
x
🎸 기타
x
⏰ 일정