Design System
Overlays

Sheet

A panel that slides in from any edge of the screen — filters, detail views and secondary forms. Use it when the person still needs the context of the page behind.

Purpose

A Sheet keeps the page visible behind it, which is what separates it from Dialog. Set the edge with side: top, bottom, left or right.

Sides

Accessibility & keyboard

  • Focus is trapped inside while open and returned to the trigger on close.
  • Give every sheet a SheetTitle — it is what screen readers announce.
  • Keyboard: Esc closes; Tab cycles within the panel.
Every Sheet part and prop in Storybook

On this page