Components
Alert Dialog
사용자의 주의가 필요한 중요한 정보를 전달하거나 확인을 요청하는 모달 컴포넌트입니다. 삭제 확인과 같은 중요한 의사결정이 필요할 때 사용됩니다.
개요
옵션 테이블
속성 | 값 | 기본값 |
---|---|---|
title | string | |
description | string |
스펙
base
상태 | 슬롯 | 속성 | 값 |
---|---|---|---|
enabled | backdrop | color | |
enterDuration | |||
enterTimingFunction | |||
enterOpacity | 0 | ||
exitDuration | |||
exitTimingFunction | |||
exitOpacity | 0 | ||
content | color | ||
cornerRadius | |||
marginX | |||
marginY | |||
maxWidth | 272px | ||
enterDuration | |||
enterTimingFunction | |||
enterOpacity | 0 | ||
enterScale | 1.3 | ||
exitDuration | |||
exitTimingFunction | |||
exitOpacity | 0 | ||
header | gap | ||
paddingX | |||
paddingTop | |||
footer | gap | ||
paddingX | |||
paddingTop | |||
paddingBottom | |||
title | color | ||
fontSize | |||
lineHeight | |||
fontWeight | |||
description | color | ||
fontSize | |||
lineHeight | |||
fontWeight |
Last updated on