BottomSheetExample
☀️
BOTTOMSHEET · 시트
showBottomSheet · floating auto
height: 'auto' + 헤더 컴포넌트
›
showBottomSheet · fixed 400
type: 'fixed' 고정 높이 시트
›
showBottomSheet · dismissable false
배경 터치·제스처로 닫히지 않음 (버튼으로만 닫기)
›
const { showBottomSheet } = useOverlay(); showBottomSheet({ component: <BottomSheetContent />, options: { height: 'auto' }, });