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.
ts
import { BottomSheet } from '@astryx-svelte/core';

Best practices

GuidancePractices
DoUse when each step depends on the previous one and only one step needs attention at a time.
Don'tDon't split information across sheets when people need to compare it; use a full-page layout that keeps the relevant content visible together instead.