---
title: Tooltip
---
**`modopedia:tooltip`**

---

## Description
Creates an area on the page which, when hovered, renders a text tooltip.

## Screenshot
<Asset location="modopedia:page_components/tooltip" width={580} height={364} />

---

## JSON Schema

| ID      | Type     | Required | Default | Description                                                 |
|---------|----------|----------|---------|-------------------------------------------------------------|
| tooltip | String[] | &check;  | -       | Tooltip strings to be displayed. Each string is a new line. |
| width   | Integer  | &check;  | -       | Width of the hover area.                                    |
| height  | Integer  | &check;  | -       | Height of the hover area.                                   |