# XWUILayout

Layout with Header, Sider, Content, Footer (Ant Design Layout equivalent).

## Basic Usage

Layout with Header, Sider, Content, Footer (Ant Design Layout equivalent).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Layout with Header, Sider, Content, Footer (Ant Design Layout equivalent).
```

## Right sider

A layout with the sider docked on the right (`siderPosition: "right"`) and a wider sider track.

```example
file: examples/RightSider.ts
html: examples/RightSider.html
title: Right sider
description: Sider docked on the right with a wider track.
```

## Vertical (no sider)

A header / content / footer stack with `direction: "vertical"` and a taller header - no sider.

```example
file: examples/Vertical.ts
html: examples/Vertical.html
title: Vertical (no sider)
description: Stacked header / content / footer with no sider.
```

```api
```
