Skip to content

Conversation

@cskime
Copy link
Collaborator

@cskime cskime commented Aug 14, 2025

📝 작업 내용

  • Popover UI를 만들 수 있는 Popover 공통 component를 구현합니다.
  • Dropdown, Modal과 사용법이 약간 다릅니다.
    • Dropdown, Modal과 달리, PopoverisOpen prop을 통해서 render 여부를 결정합니다.
    • 실제로 개발할 때 사용해 보고, 더 나은 방법으로 변경할 예정입니다.
  • <Popover> component의 하위에 popover로 보여주고 싶은 component를 넣는 방식으로 사용합니다.
  • Popover component 자체는 padding을 갖고 있지 않으므로, 내부에 보여주려는 component가 자체적으로 margin 또는 padding을 가져야 합니다.

📷 스크린샷 (선택)

왼쪽 끝에 정렬 오른쪽 끝에 정렬
image image

@cskime cskime linked an issue Aug 14, 2025 that may be closed by this pull request
2 tasks
Copy link
Collaborator

@nidor022 nidor022 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@cskime cskime changed the title [#38] Popover component 개발 [#36] Popover component 개발 Aug 14, 2025
@cskime cskime merged commit deef5ef into codeit-FE-18-part2:develop Aug 14, 2025
@cskime cskime deleted the feature/#36 branch August 14, 2025 22:59
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

Successfully merging this pull request may close these issues.

Popover component 개발

3 participants