# XWUITooltip

Hover / click tooltip with placement, arrow and delay options.

## Basic Usage

Hover tooltip on a button.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Hover tooltip on a button.
```

## Placements

top / right / bottom / left examples.

```example
file: examples/Placements.ts
html: examples/Placements.html
title: Placements
description: top / right / bottom / left examples.
```

## Rich Content

Render formatted multi-line markup by passing an HTMLElement.

```example
file: examples/RichContent.ts
html: examples/RichContent.html
title: Rich Content
description: Render formatted multi-line markup by passing an HTMLElement.
```

## Interactive Tooltip

A click-triggered tooltip stays open so its content can hold a working button.

```example
file: examples/Interactive.ts
html: examples/Interactive.html
title: Interactive Tooltip
description: A click-triggered tooltip stays open so its content can hold a working button.
```

## Custom Delays

Tune the delay config for instant, default, and slow show/hide timing.

```example
file: examples/Delays.ts
html: examples/Delays.html
title: Custom Delays
description: Tune the delay config for instant, default, and slow show/hide timing.
```

```api
```
