}
```
### Multiple Queries
You can highlight multiple terms by passing an array of strings to the `query` prop.
**Example: multiple**
```ripple
import { Highlight } from 'ark-ripple/highlight';
import styles from 'styles/highlight.module.css';
export component Multiple() {