Bottom Sheet Switcher @astryx-svelte/core v0.4.5 · BottomSheet
Usage
Coordinates a multi-step bottom-sheet flow in one shared dialog; set activeSheet to a nested BottomSheet's sheetId to open or switch steps, and to null to close.tsimport { BottomSheet } from '@astryx-svelte/core';
Best practices
| Guidance | Practices |
|---|---|
| Do | Use when each step depends on the previous one and only one step needs attention at a time. |
| Don't | Don't split information across sheets when people need to compare it; use a full-page layout that keeps the relevant content visible together instead. |