โœฆ StealThis .dev

Sheet Navigation

Mobile bottom sheet with drag handle, slide-up animation, and action list. Swipe or tap to dismiss.

Open in Lab
css vanilla-js
Targets: JS HTML

Code

Sheet Navigation

A mobile bottom sheet that slides up from the bottom of the screen. Features a drag handle, action items, and dismissible backdrop.

Features

  • Slide-up bottom sheet with smooth CSS transition
  • Drag handle indicator at top
  • Action list with icons
  • Backdrop overlay that dismisses on tap
  • Toggle button to open

How it works

  1. Button toggles .sheet-open class on the container
  2. Sheet translates from translateY(100%) to final position
  3. Backdrop fades in behind the sheet
  4. Tap backdrop or drag handle to dismiss