Bottom Sheet

Navigation

Mobile bottom sheet drawer that slides up with drag-to-dismiss, backdrop blur, and snap-to-point behavior using framer-motion.

Loading preview...

Props

PropTypeDefaultDescription
openbooleanfalseWhether the bottom sheet is visible.
onClose() => voidCallback fired when the sheet is dismissed.
childrenReact.ReactNodeContent rendered inside the sheet.
snapPointsnumber[][0.5, 1]Fractions of viewport height the sheet snaps to.
classNamestring''Additional CSS classes.