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

refactor(ui/react/components/layout): Flex 컴포넌트 개편, createCssPropertyStyleVariants 함수 삭제 #256

Merged
merged 3 commits into from
Jul 19, 2024

Conversation

sukvvon
Copy link
Collaborator

@sukvvon sukvvon commented Jul 19, 2024

이슈 번호

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

  • 이슈 내용과 같습니다.

스크린샷

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

<Flex gap={10} display="inlineFlex" justify="center" align="center" as="span" width={100}>
  ddd
</Box>
  • Flex 컴포넌트는 Box 컴포넌트의 prop을 사용하면서, 주요 prop은 다음과 같습니다.
    • dynamic: gap, gapX, gapY
    • enum: align(alignItems), justify(justifyContents), display(none, flex(default), inlineFlex), direction(flexDirection), wrap(flexWrap)
  • enum은 CSSProperties css 속성의 값에 의거합니다.
  • dynamic은 number | string 속성을 받을 수 있습니다.
  • 자세히는 추후 storybook에 문서화하도록 하겠습니다.

Copy link

vercel bot commented Jul 19, 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 Jul 19, 2024 3:37pm

@github-actions github-actions bot added feat 새로운 기능 추가 또는 기존 기능의 확장 refactor 코드 리팩토링, 구조 개선, 성능 향상 등 기능 변경 없이 코드 자체를 개선하는 작업 labels Jul 19, 2024
@sukvvon sukvvon merged commit b52baaf into main Jul 19, 2024
8 checks passed
@sukvvon sukvvon deleted the refactor/255 branch July 19, 2024 15:47
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.

refactor(ui/react/components/layout): Flex 컴포넌트 개편, createCssPropertyStyleVariants 함수 삭제
1 participant