Drawer

GuidelinesReact

When to use

  • You have long content that you want to keep out of sight at first.
  • To use progressive disclosure to reveal relevant information at the right time.
  • To keep content like structured navigation or screen-specific help accessible.

When not to use

  • To force users to complete an action before continuing—use a modal.
  • For small bits of information focused on a single action—use a dialog.
  • For small content or few options closer to the original context—use a popover.

Component status

Postponed
Released
N/A
N/A

Content structure

Behavior

Make trigger clear

Allow users to close

Maintain state

Content

Use for short related content

  • Navigation (consider using a link list)
  • Context-sensitive help
  • Notifications
  • Simple forms or settings