Modal

GuidelinesReact

When to use

  • For necessary actions outside the main flow.
  • When the action doesn’t benefit from the context of the current screen.
  • To interrupt the flow and force attention.

When not to use

  • When you have only a single simple action—use a dialog.
  • For little information that doesn’t disrupt the main flow—use a popover.
  • For a temporary message without actions—use a toast.

Component status

Released
Released
N/A
N/A

Content structure

Behavior

Open on user action

Content

Structure content

Direct user with the title

Save payment card
Activate your plan
Priority Boarding
Your payment card is safe with us
Great! Your email has been verified. Now activate your plan.
All details about Priority Boarding

Allow users to close

Look & feel

Modal sizes

SizeWidth
extraSmall360px
small540px
normal740px
large900px
extraLarge1280px