# XWUIHrSetupOrganizationPage

HR setup page for the organization domain, built on `HrSetupPage` with `domain = 'organization'` and a default title of "Setup - Organization". On mount it calls `hrApi.listSetupSections('organization')` and renders the returned `SetupSection[]` as an `xwui-hr-setup-list`, one item per section showing a bold `label` and a `description` line. Use it as the organization tab of the HR setup area, where each section covers a piece of company structure or org-level configuration an admin needs to set up.

## Basic Usage

Mounts the Organization setup page against `#app` with a title/description, backed by a mock/sandbox `IHrApi` (`hrApiOptions: { env: 'sandbox' }`, `locale: 'en'`).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Renders the organization setup page in English, listing the organization setup sections returned for the 'organization' domain.
```

## Arabic (RTL)

The page rendered in Arabic with a right-to-left layout - built-in labels, status pills, and loading text localize, and `titleAr` supplies the heading.

```example
file: examples/ArabicLocale.ts
html: examples/ArabicLocale.html
title: Arabic (RTL)
description: The organization setup page in Arabic with a right-to-left layout and an Arabic heading via titleAr.
```

## Embedded Panel

A width-constrained, centred layout (`maxWidth: '720px'`, `centered: true`) with the breadcrumb row hidden - the shape used when the page is dropped into a narrow settings column.

```example
file: examples/EmbeddedPanel.ts
html: examples/EmbeddedPanel.html
title: Embedded Panel
description: The organization setup list in a 720px centred column with breadcrumbs hidden, for an embedded settings panel.
```

```api
```
