# XWUIStack

Stack layout (vertical flex with spacing)

## Basic Usage

XWUIStack Component Stack layout (vertical flex with spacing).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIStack Component Stack layout (vertical flex with spacing).
```

## Horizontal Toolbar

Row direction with centered alignment and spacing forms a horizontal toolbar of chips.

```example
file: examples/Horizontal.ts
html: examples/Horizontal.html
title: Horizontal Toolbar
description: Row direction with centered alignment and spacing forms a horizontal toolbar of chips.
```

## Space Between

Row direction with justify space-between pushes a title to the left and actions to the right.

```example
file: examples/SpaceBetween.ts
html: examples/SpaceBetween.html
title: Space Between
description: Row direction with justify space-between pushes a title to the left and actions to the right.
```

```api
```
