---
title: Highlight
description: Used to highlight substrings of a text.
links:
source: components/highlight
storybook: typography-highlight--basic
recipe: highlight
ark: https://ark-ui.com/react/docs/utilities/highlight
---
## Usage
```jsx
import { Highlight } from "@chakra-ui/react"
```
```jsx
Hello World
```
## Examples
### Multiple
Pass an array of strings to the `query` prop to highlight multiple substrings.
### Custom Style
Use the `styles` prop to customize the style of the highlighted text.
### Search Query
Use the highlight component to highlight search query results.
### With Squiggle
Here's an example of how to render a custom squiggle image around the
highlighted text. Useful for a more fancy effect.
## Props