Lynx/Modules/Bottom Sheet/Backdrop
@sigx/lynx-sheet · Beta · Component library

Backdrop#

The dimmed overlay behind a BottomSheet — tap it to dismiss a dismissible sheet. It fades in with the sheet's reveal.

Import#

TSX
import { Backdrop } from '@sigx/lynx-sheet';

For a standard sheet you don't render Backdrop yourself — <BottomSheet> includes it. Reach for it directly only when composing a custom sheet surface from the shared engine: drop a Backdrop behind your sheet content and wire its tap to your dismiss handler. See the API reference.