Components
Bottom Sheet
화면 하단에서 올라오는 모달 컴포넌트입니다. 추가 정보나 액션 목록을 제공하면서도 현재 컨텍스트를 유지할 때 사용됩니다.
개요
옵션 테이블
속성 | 값 | 기본값 |
---|---|---|
title | string | |
description | string |
스펙
base
상태 | 슬롯 | 속성 | 값 |
---|---|---|---|
enabled | backdrop | color | |
enterDuration | |||
enterTimingFunction | |||
enterOpacity | 0 | ||
exitDuration | |||
exitTimingFunction | |||
exitOpacity | 0 | ||
content | color | ||
maxWidth | 640px | ||
topCornerRadius | |||
enterDuration | |||
enterTimingFunction | |||
exitDuration | |||
exitTimingFunction | |||
header | gap | ||
paddingTop | |||
paddingBottom | |||
body | paddingX | ||
footer | paddingX | ||
paddingTop | |||
paddingBottom | |||
title | color | ||
fontSize | |||
lineHeight | |||
fontWeight | |||
description | color | ||
fontSize | |||
lineHeight | |||
fontWeight | |||
closeButton | fromTop | ||
fromRight |
headerAlignment=left
상태 | 슬롯 | 속성 | 값 |
---|---|---|---|
enabled | header | paddingLeft | |
paddingRight | 50px |
headerAlignment=center
상태 | 슬롯 | 속성 | 값 |
---|---|---|---|
enabled | header | paddingLeft | 50px |
paddingRight | 50px |
Last updated on