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

Usage

Horizontal stack for arranging items left-to-right. Supports polymorphic rendering.
ts
import { Stack } from '@astryx-svelte/core';

Examples

Common configurations, variations, and states.
HStack — Basic
Items arranged in a horizontal row with a consistent gap and centered vertical alignment. Use HStack whenever siblings should sit side by side.