# XWUIDisplayHighlight

Highlight substrings in text (Chakra Highlight equivalent).

## Basic Usage

Highlight substrings in text (Chakra Highlight equivalent).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Highlight substrings in text (Chakra Highlight equivalent).
```

## Multiple search terms

Pass an array of strings to highlight every one of them in the text.

```example
file: examples/MultipleTerms.ts
html: examples/MultipleTerms.html
title: Multiple search terms
description: Highlight several terms at once via an array query.
```

## Case-sensitive matching

With `caseSensitive: true`, only the exact-case occurrence is highlighted.

```example
file: examples/CaseSensitive.ts
html: examples/CaseSensitive.html
title: Case-sensitive matching
description: Only exact-case matches are highlighted.
```

```api
```
