v2.0.1-beta
Pre-release
Pre-release
Changes
- Placement inset: new
.peekPlacementInset(_:)content modifier adds extra offset from the placement edge (on top of the host’s fixed padding), applied as a visual offset so layout stays stable. See #2.
Notes
- Multiple independent dialogs at the same placement still share one lane; use
peekDialog(items:)when you need a queue.
See the Duration and Placement wiki page for usage.