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: Tab 컴포넌트 생성 #13

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

iamgyu
Copy link
Contributor

@iamgyu iamgyu commented Sep 23, 2024

What is this PR? 🔍

Changes 📝

  • 탭 컴포넌트 생성

ScreenShot 📷

image

Precaution

  • 탭의 색상을 변경할 수 있도록 개발했습니다.
  • 우선 storybook에서 타입 강제를 해놓은 상태입니다. 만약 개발에서도 문제가 생긴다면 디렉터님께 추가 피드백 받도록 하겠습니다.
  • storyObj의 typeof를 'meta'에서 'Tabs'로 명시적 지정하였습니다.
  • radix/ui 모듈을 찾지 못하는 오류가 있어 '@radix-ui/react-tabs'를 다운 받았습니다. 참고 부탁드립니다.
  • 추가적인 기능이 필요하다고 생각 되시면 말씀 부탁드립니다!

@iamgyu iamgyu added beforeLunch🍕 점심 전까지 리뷰가 필요합니다. feat✨ 기능 구현 labels Sep 23, 2024
@iamgyu iamgyu self-assigned this Sep 23, 2024
@Yejin0O0
Copy link
Collaborator

p4: 저희 레퍼런스 UI에서는 탭 부분 radius 가 더 둥글었던 것 같은데, 혹시 각진 버튼이 더 마음에 드셔서 저렇게 구현하셨을까요?

@@ -0,0 +1,77 @@
'use client';
Copy link
Collaborator

Choose a reason for hiding this comment

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

p3: 여기서 use client를 쓴 이유가 있나요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

의견 감사합니다! 없이도 잘 동작해서 삭제 하였습니다.

@iamgyu iamgyu merged commit f434f4c into develop Sep 23, 2024
1 check passed
@iamgyu iamgyu deleted the 9-feat-create-a-tab-component-with-storybook2h branch September 23, 2024 06:25
iamgyu added a commit that referenced this pull request Oct 14, 2024
* feat: Tab 컴포넌트 생성

* fix: git tsc 에러 수정

* refactor: tab css 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beforeLunch🍕 점심 전까지 리뷰가 필요합니다. feat✨ 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] Create a Tab Component with storybook(2H)
2 participants