boostcamp-2020/IssueTracker-35

[component] Modal (reusable)

Closed this issue · 0 comments

개요

  • SidebarItem에서 톱니바퀴 버튼을 누르면 보이는 modal

상속 관계

  • Included in SidebarItem, props: hideModal, component, selected
  • Overlay
  • Container
    • Title
    • ItemContainer
      • Component

상태

  • checked: new Set()

세부 동작

  • Component에 setChecked를 넘겨주어 선택된 item들의 상태를 관리
  • Overlay 클릭 시 hideModal에 checked를 넘겨서 실행
  • 기획서