Non-modal
Set modal={false} to let the rest of the page stay interactive while the drawer is open. The overlay is not rendered at all, so you can see and click whatever is behind the drawer.
Open the drawer and notice the background button still increments.
This pairs well with snap points for persistent peek bars: see Snap points · Non-modal snap drawer.
Because there is no overlay you can omit Drawer.Overlay from the tree. If you do render one it stays mounted but transparent.