V Stack @astryx-svelte/core v0.3.0 · Stack

Usage

Vertical stack for arranging items top-to-bottom. Supports polymorphic rendering.
ts
import { Stack } from '@astryx-svelte/core';

Examples

Common configurations, variations, and states.
VStack — Basic
A heading and paragraphs stacked vertically with a consistent gap. Use VStack whenever siblings should flow top to bottom with even spacing.