Stack Item @astryx-svelte/core v0.3.0 · Stack
Usage
Stack item for controlling individual item behavior within a stack. Supports polymorphic rendering.tsimport { Stack } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.StackItem — Fill
A static-width item next to one that fills the remaining space. Wrap stack children in StackItem when an item needs explicit sizing control.