Skip to content

Comments

Feat/28/chip#62

Merged
cksrlcks merged 4 commits intomainfrom
feat/28/chip
Feb 5, 2025
Merged

Feat/28/chip#62
cksrlcks merged 4 commits intomainfrom
feat/28/chip

Conversation

@cksrlcks
Copy link
Collaborator

@cksrlcks cksrlcks commented Feb 5, 2025

❓이슈

✍️ Description

chip 공용 컴포넌트 작업했습니다.

  • 모든 컴포넌트에 추가적인 classname(tailwind css)를 받을수 있도록 작업해두었습니다.

Number chip

  • max 값을 받아서 줄임형태로 사용가능하게 작업했습니다.

RoundChip

  • 컨테이너 너비에 꽉차게 되었을경우 안의 내용이 더 길면 말줄임 되도록 작업했습니다.
  • 말줄임이 되더라도 마우스를 올려보면 tooltip이 뜨도록 해두었습니다. (native title 속성 사용)

Color Chip & ColorPicker

  • react hook form의 controller에 연결하는 샘플코드도 주석으로 넣어두었습니다.
  • input radio group을 이용했습니다.

Tag Chip

  • 배경색은 주어진 컬러값코드에 alpha값을 추가해서 적용했습니다. (기본30퍼센트)
스크린샷 2025-02-05 오후 9 28 52
2025-02-05.8.33.37.mov

✅ Checklist

PR

  • Branch Convention 확인

    feat/* 기능 구현, fix/* 버그 수정, refactor/* 개선

  • Base Branch 확인
  • 적절한 Label 지정
  • Assignee 및 Reviewer 지정

Test

  • 로컬 작동 확인

Additional Notes

  • (없음)

@cksrlcks cksrlcks added Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능 labels Feb 5, 2025
@cksrlcks cksrlcks requested a review from rak517 February 5, 2025 12:37
@cksrlcks cksrlcks self-assigned this Feb 5, 2025
@vercel
Copy link

vercel bot commented Feb 5, 2025

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

Name Status Preview Comments Updated (UTC)
taskify ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2025 0:37am

Copy link
Collaborator

@rak517 rak517 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다! 샘플 코드와 함께 PR에 상세하게 잘 적어주셔서 사용할 때 편할거 같네요

@cksrlcks cksrlcks merged commit 6493154 into main Feb 5, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat : [공용] chip 컴포넌트 작업

2 participants