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(shared/components/flex): flex 컴포넌트에 grow, shrink, basis 속성 추가, inline vars 사용 #139

Closed
2 tasks done
sukvvon opened this issue Apr 12, 2024 · 0 comments · Fixed by #140
Closed
2 tasks done
Assignees
Labels
feat 새로운 기능 추가 또는 기존 기능의 확장

Comments

@sukvvon
Copy link
Collaborator

sukvvon commented Apr 12, 2024

요청하려는 기능이 연관된 문제에 대해 설명해 주세요

  • flexGrow, flexShrink, flexBais를 flex 컴폰넌트 내부 prop으로 사용 예정이기에 grow, shrink, basis로 축약해서 props에 추가합니다!
    • enum이 아닌 number, string이 오는 경우도 있기 때문에 포괄적으로 관리하기 위해서 inline vars로 추가하여 관리하여 사용자로 하여금 편의성을 증가시키려고 합니다!
    • 통일성을 위해서 기존 styles로 선언한 다른 속성들도 createVars를 사용하여 inline vars를 활용하도록 합니다!

생각 중인 todo 목록을 작성해 주세요

  • flex 컴폰넌트에 grow, shrink, baisis 속성 추가
  • inline vars를 사용하는 패턴으로 변경

기타

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능 추가 또는 기존 기능의 확장
Projects
None yet
1 participant