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] Skeleton 컴포넌트, 스토리북 #284

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

keemsebin
Copy link
Member

관련 이슈

close #281

✨ 작업 내용

  • Skeleton 컴포넌트, 스토리북 구현했습니다.
  • Skeleton의 layout을 textbox로 구분하고, 의견 주셨던 widthheigth을 props로 받도록 구현했습니다.
  • 모임 전체 조회에서 사용하는 각 컴포넌트 레이아웃에 padding 값이 설정되어 있어, Skeleton에도 동일한 padding을 적용하는 것이 적합하다고 판단했습니다. 이때, Skeleton에 별도의 padding props를 추가하지 않고, FlexBox의 padding 값을 활용하여 구현했습니다!
  • 일정 수정의 경우 스켈레톤 보다는 로딩 인디케이터가 더 적절할 것 같아 Suspense 뺐습니다!

🙏 기타 참고 사항

스크린샷 2024-12-21 오후 11 29 07 스크린샷 2024-12-21 오후 11 43 23

@keemsebin keemsebin requested a review from jhsung23 as a code owner December 21, 2024 15:28
@github-actions github-actions bot added the feat 기능 label Dec 21, 2024
Copy link

👀 코드리뷰 전! Storybook 미리보기: https://66988c37c0f74bbb37d914e5-wpvoiipcry.chromatic.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Skeleton 컴포넌트, 스토리북
1 participant