Function: BottomView()
BottomView(
__namedParameters):Element
Defined in: lib/layout/BottomView.tsx:17
A bottom sheet component that slides up from the bottom of the screen with a customizable height. It includes a header with a title and close button, and can display any content in its body.
Parameters
__namedParameters
children
ReactNode
closeDisabled?
boolean
h?
"h-2/3" | "h-1/2" | "h-1/3" | "h-3/4" | "h-5/6" = 'h-2/3'
headerTitle
string
onClose
() => void
Returns
Element