본문으로 건너뛰기
표시

Dialog

현재 화면 위에서 사용자의 집중이 필요한 편집 작업을 모달 흐름으로 분리한다.

활용 방법

Repository details

Preview
tsx
<Dialog open={open} onClose={close} title="Edit repository details">...</Dialog>