The #bottomSheet as explained by @nngroup: https://www.nngroup.com/articles/bottom-sheet
Highlights:
- can be a modal (disable UI)
- or non-modal (additional UI, rest stays active)
- add a close button
- dismiss via back button
- don't stack sheets
- for short interactions only (no multi-page flows)
