# XWUIOverlayPopover

Content popover on hover/click (Hover Card)

## Basic Usage

XWUIOverlayPopover Component Content popover on hover/click (Hover Card).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIOverlayPopover Component Content popover on hover/click (Hover Card).
```

## Click to Open

A click-triggered popover anchored under a button, dismissed by clicking outside - the standard disclosure pattern for menus and detail panels.

```example
file: examples/ClickToOpen.ts
html: examples/ClickToOpen.html
title: Click to Open
description: A click-triggered popover anchored under a button, dismissed by clicking outside - the standard disclosure pattern for menus and detail panels.
```

## Rich Content

A popover whose body is a full HTMLElement - here an account action menu - pinned open via manual trigger so the structured content stays visible.

```example
file: examples/RichContent.ts
html: examples/RichContent.html
title: Rich Content
description: A popover whose body is a full HTMLElement - here an account action menu - pinned open via manual trigger so the structured content stays visible.
```

```api
```
