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 컴포넌트 추가, createCSSPropertyStyleVariants 함수 추가 #132

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

Comments

@sukvvon
Copy link
Collaborator

sukvvon commented Apr 4, 2024

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

  • display: 'flex'에서 자주 쓰이는 속성인 justifyContent, alignItems, flexWrap, flexDirection의 속성을 prop으로 제어할 수 있는 Flex 컴포넌트를 생성합니다!
  • justify-content css 속성들을 모두 선택할 수 있도록 하는 createCSSPropertyStyleVariants 함수를 추가합니다!

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

  • Flex 컴포넌트 추가
  • createCSSPropertyStyleVariants 함수 추가

기타

@sukvvon sukvvon self-assigned this Apr 4, 2024
@github-actions github-actions bot added the feat 새로운 기능 추가 또는 기존 기능의 확장 label Apr 4, 2024
@sukvvon sukvvon changed the title feat(shared/components): Flex 컴포넌트 추가 feat(shared/components): Flex 컴포넌트 추가, createCSSPropertyStyleVariants 함수 추가 Apr 5, 2024
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