SayUI
← Compare

Compare

Modal vs Drawer

One decision in the center vs a side panel for longer work.

Modal Dialog

Centered interrupt

Drawer / Side Sheet

Side panel, keep context

Use when

  • · Delete confirm
  • · Short permission prompt

Use when

  • · Edit profile
  • · Desktop filters
  • · Detail side panel
  1. 1. Is this mainly a yes/no decision?

  2. 2. Is the content a long form or multi-field filter?

  3. 3. Should the user keep reading the page behind while editing?

Answer the questions above to get a recommendation and a copyable prompt.

DimensionModal DialogDrawer / Side Sheet
LayoutCentered over scrim.Slides from the side; page often still visible.
Best forShort, high-stakes choices.Forms, filters, detail that needs width.
ContextFully interrupts the flow.Keeps surrounding context available.