Skip to content
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: full tab component 생성 #466

Merged
merged 1 commit into from
Feb 4, 2024
Merged

feat: full tab component 생성 #466

merged 1 commit into from
Feb 4, 2024

Conversation

sumi-0011
Copy link
Member

🤔 해결하려는 문제가 무엇인가요?

  • 팔로우/팔로잉 페이지에서 사용되는 FullTabComponent를 구현하였어요.
  • 기존에 있는 Tab컴포넌트의 로직을 재사용하였습니다.

🌄 스크린샷

image

📚 참고

Copy link

vercel bot commented Feb 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
10mm-client-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2024 1:59pm

Copy link
Contributor

github-actions bot commented Feb 4, 2024

@@ -13,3 +13,8 @@ export interface TabPartsProps extends TabType {
isActive: boolean;
onTabClick?: (clickedTabType: TabType) => void;
}

export interface FullTabPartsProps extends TabPartsProps {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿굿

@woobottle woobottle merged commit 375bcf9 into develop Feb 4, 2024
5 checks passed
@woobottle woobottle deleted the feat/full-tab branch February 4, 2024 14:59
Copy link
Contributor

github-actions bot commented Feb 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants