c-h-w-h / cds

🧊 차가운 디자인 시스템

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feat: Modal 컴포넌트 구현

leesunmin1231 opened this issue · comments

commented

💎 개발할 기능

  • 디자인
  • 기능 구현: isOpen, onClose, title (optional), footer(optional) props로 받는 modal 구현

📖 참고 사항

https://m2.material.io/components/dialogs#anatomy
https://developer.apple.com/design/human-interface-guidelines/components/presentation/alerts

위의 두개 레퍼런스 참고해서 구현해볼 예정입니당.

모달의 역할을 어디까지 한정 지을지 조금 모호 해서 일단 제가 생각한 모달 기능은 다음 두가지 입니다.

  • 버튼이 포함된 경고창 (alert)
  • contents만 있는 기본 모달