Non-dismissible
Set dismissible={false} to block the user from closing the drawer with the overlay, Escape key, or drag-to-close. The drawer can still be closed from your own code by toggling the controlled open state.
ESC, overlay tap, and drag-to-close are all disabled.
Use this for confirmation flows where you must keep the user in the drawer until they complete a step. Always supply an explicit close path - either a button inside the drawer or external state - or the drawer becomes trapped.