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(ui/system): asChild 추가, 관련 system 내부 명칭 및 구조 변경 #185

Merged
merged 5 commits into from
May 24, 2024

Conversation

sukvvon
Copy link
Collaborator

@sukvvon sukvvon commented May 24, 2024

이슈 번호

작업한 목록을 작성해 주세요

  • as, asChild가 포함된 Prop인 PholymorphicProps를 추가합니다.
  • asChild 관련 로직을 createComponent 내부에 추가합니다.
  • type JSX.IntrinsicElements을 의미하는 DOMElements를 JsxElements로 명칭 변경합니다.
  • type ComponentWithAs에서 ComponentWithPolymorphic로 변경합니다.
  • type FavolinkFactoryFn을 추가합니다.
  • forwardRef 내부 PholymorphicProps type를 추가합니다.
  • createComponent를 createPolymorphicComponent로 변경합니다.

스크린샷

pr 포인트나 궁금한 점을 작성해 주세요

@sukvvon sukvvon requested a review from heyman333 as a code owner May 24, 2024 11:22
@sukvvon sukvvon linked an issue May 24, 2024 that may be closed by this pull request
6 tasks
Copy link

vercel bot commented May 24, 2024

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

Name Status Preview Comments Updated (UTC)
favolink-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2024 11:45am

@github-actions github-actions bot added the feat 새로운 기능 추가 또는 기존 기능의 확장 label May 24, 2024
@github-actions github-actions bot added the refactor 코드 리팩토링, 구조 개선, 성능 향상 등 기능 변경 없이 코드 자체를 개선하는 작업 label May 24, 2024
@sukvvon sukvvon changed the title feat(ui/system): asChild 추가, system 내부 명칭 및 구조 변경 feat(ui/system): asChild 추가, 관련 system 내부 명칭 및 구조 변경 May 24, 2024
@sukvvon sukvvon merged commit 66b6917 into main May 24, 2024
7 checks passed
@sukvvon sukvvon deleted the feat/176 branch May 24, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능 추가 또는 기존 기능의 확장 refactor 코드 리팩토링, 구조 개선, 성능 향상 등 기능 변경 없이 코드 자체를 개선하는 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(ui/system): asChild 추가, 관련 system 내부 명칭 및 구조 변경
1 participant