Imagine ArtImagine Art

Bottom Sheet

View in Figma

A mobile-friendly panel that slides up from the bottom of the screen.

Overlays

Import

import { BottomSheet, BottomSheetItem } from "@/components/ui"

API

PropTypeDefaultDescription
openbooleanControls visibility.
onClose() => voidCallback to close the sheet.
titleReactNodeSheet heading with close button.
size"sm" | "md" | "lg" | "full""md"Maximum height of the sheet.
closeOnOverlaybooleantrueClose when clicking the backdrop.

Examples