로고SEED Design

Bottom Sheet

이 문서는 정리 중이에요. 문의 내용은 #_design_core 채널을 찾아주세요.

Installation

npx @seed-design/cli@latest add bottom-sheet

Props

PropTypeDefault
onOpenChange?
((open: boolean) => void)
-
defaultOpen?
boolean
-
open?
boolean
-
unmountOnExit?
boolean
false
lazyMount?
boolean
false
closeOnEscape?
boolean
true
closeOnInteractOutside?
boolean
true
role?
"dialog" | "alertdialog"
"dialog"
children?
ReactNode
-
headerAlign?
"left" | "center"
left

On this page