# XWUIButtonShare

User-activated share trigger. Emits intent. Never calls navigator.share. QR is url text.

## BasicUsage

Share the docs url.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Share the docs url.
```

## CopyLink

Copy without a native share sheet.

```example
file: examples/CopyLink.ts
html: examples/CopyLink.html
title: CopyLink
description: Copy without a native share sheet.
```

## ShowQr

Show the url as QR text.

```example
file: examples/ShowQr.ts
html: examples/ShowQr.html
title: ShowQr
description: Show the url as QR text.
```

## ShareIntent

Emit a host-owned share intent.

```example
file: examples/ShareIntent.ts
html: examples/ShareIntent.html
title: ShareIntent
description: Emit a host-owned share intent.
```

```api
```
