Skip to content

feat: 모바일 버전 카테고리 선택하는 탭을 구현해요. - 1 #203

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

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from

Conversation

Virtuso1225
Copy link
Contributor

📌 내용

모바일 화면에에서 커뮤니티 선택 탭에 대한 모바일 대응 작업을 했어요.

스크린샷 2025-03-10 오전 9 42 53

☑️ 체크 사항

  • [ ]

❗ Related Issues

@Virtuso1225 Virtuso1225 self-assigned this Mar 10, 2025
@Virtuso1225 Virtuso1225 changed the title feat: 카테고리 선택하는 탭을 구현해요. feat: 모바일 버전 카테고리 선택하는 탭을 구현해요. - 1 Mar 10, 2025
@Virtuso1225 Virtuso1225 requested a review from halionaz March 10, 2025 06:39
ref={ref}
onClick={onClick}
{...props}
className={clsx(s.ButtonStyle[variant], s.ButtonSize[size])}
Copy link
Member

Choose a reason for hiding this comment

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

clsx 요거랑 같은 로직인가요?

        className={[s.ButtonStyle[variant], s.ButtonSize[size]].join(' ')}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

오 그럴 것 같아요~

Base automatically changed from feat/community-6 to dev April 1, 2025 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants