Docs / Components

SenseBottomSheetComponent

Mobile-style bottom sheet overlay with backdrop, focus trap, and scroll lock from @artificialsenselabs/ui.

Live demo: run nx serve showcase and open /components/bottom-sheet (port 4202).

Overview

Category: Overlay. Selector: sense-bottom-sheet. Import: import { SenseBottomSheetComponent } from '@artificialsenselabs/ui';

Accessibility

  • Traps focus inside the sheet while open and restores on close.
  • Backdrop click and Escape dismiss the sheet.
  • Hidden state sets aria-hidden and inert on the host.