# XWUIChatStickerMessage

A sticker-message bubble that renders a transparent-background image (`src`, with optional `alt`) with no bubble border, larger than a normal text bubble. The `size` config sets the sticker dimensions (default `160px`), `isOwn` right-aligns it for the current user's own messages, and an optional `timestamp` data prop adds a small time caption below the image.

## Basic Usage

A party sticker sized at the default 160px with alt text and a timestamp caption.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A single sticker message with alt text "Party sticker" and a "10:14" timestamp.
```

## Own Sticker, Larger

A right-aligned own-message sticker rendered larger than the default at 200px.

```example
file: examples/OwnSticker.ts
title: Own Sticker, Larger
description: A right-aligned own sticker at 200px with a timestamp caption.
```

## Compact Incoming Sticker

A smaller 120px incoming sticker with no timestamp caption.

```example
file: examples/CompactSticker.ts
title: Compact Incoming Sticker
description: A left-aligned incoming sticker rendered at a compact 120px size.
```

```api
```
