# XWUINavigationRail

Mobile bottom-navigation rail with icon + label tabs.

## Basic Usage

Four-tab bottom nav with home/search/alerts/me.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Four-tab bottom nav with home/search/alerts/me.
```

## RTL

Right-to-left layout for Arabic locales.

```example
file: examples/RTL.ts
html: examples/RTL.html
title: RTL
description: Right-to-left layout for Arabic locales.
```

## Linked Rail

A rail whose tabs navigate via href anchors, with one highlighted item.

```example
file: examples/LinkedRail.ts
html: examples/LinkedRail.html
title: Linked Rail
description: href-based tabs with a custom item class.
```

## Interactive Rail

A rail that moves its active tab on click and updates a content panel.

```example
file: examples/InteractiveRail.ts
html: examples/InteractiveRail.html
title: Interactive Rail
description: onClick wired to setActiveItem with a live panel.
```

```api
```
