Svelte 5 Stack – Flex Layout

Flexbox container for vertical or horizontal stacks with consistent spacing.

layoutflexstack

Preview

Use Case

Primary layout tool for arranging elements in a single direction.

Props API

Stack component props
PropTypeDefaultDescription
direction 'row' | 'col' | 'row-reverse' | 'col-reverse''col'Flex direction
gap number2Gap spacing (tailwind scale)

Related Components

See it in Action

Explore the Stack in an interactive dashboard environment.

Customize in Showroom

More Layout Components