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] 레이아웃 (헤더&푸터) #21

Open
5 tasks done
KiHwanChong opened this issue May 22, 2024 · 0 comments
Open
5 tasks done

[Feat] 레이아웃 (헤더&푸터) #21

KiHwanChong opened this issue May 22, 2024 · 0 comments

Comments

@KiHwanChong
Copy link
Contributor

KiHwanChong commented May 22, 2024

어떤 컴포넌트인가요?

Layout

  • Header
  • Footer
  • Dropdown

TODO

  • 헤더 로고 이미지 바꾸기
  • 페이지 url 변경
  • 드롭다운 메뉴
  • useClickOutside로 마우스가 드롭다운 바깥 클릭 시 드롭다운을 닫히게 하는 로직 분리 (다른 곳에서 재사용 가능)
  • 피그마 시안 나오면 푸터 변경하기

트러블 슈팅

컨텐츠가 빈 공간을 차지 못해서 푸터가 올라오는 에러.
layout에서 children에게 flex-grow 줘서 해결

  <div className="flex flex-col min-h-screen">
      <Header />
      <div className="flex-grow">{children}</div>
      <Footer />
    </div>

레퍼런스

This was referenced May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant