# XWUIPaper

Elevated surface for grouping content (MUI Paper equivalent). Supports elevation, variant (elevated/outlined/plain), and header/content/footer slots.

## Basic Usage

Elevated surface for grouping content (MUI Paper equivalent).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Elevated surface for grouping content (MUI Paper equivalent).
```

## Variants

Different variant options.

```example
file: examples/Variants.ts
html: examples/Variants.html
title: Variants
description: Different variant options.
```

## Profile Card

A team-member contact card on an outlined surface using the header, content, and footer slots together.

```example
file: examples/ProfileCard.ts
html: examples/ProfileCard.html
title: Profile Card
description: Outlined Paper combining header, content, and footer slots into a contact card.
```

## Notice Board

A stack of announcements whose elevation encodes priority, from a pinned warning down to an archived note.

```example
file: examples/NoticeBoard.ts
html: examples/NoticeBoard.html
title: Notice Board
description: Announcement papers at elevations 16, 4, and 0 to signal priority via shadow depth.
```

```api
```
