---
title: Tooltip
description: Inline hover tooltip for defining terms or providing context.
url: http://localhost:3040/components/tooltip
---

# Tooltip

Inline hover tooltip for defining terms or providing context.

`` adds a hover tooltip to any inline text. The wrapped text gets a dotted underline indicating it is interactive.

## Example

The JWT is sent in the `Authorization` header with every request.

```mdx
The JWT is sent in the `Authorization` header.
```

## Props

| Prop | Type | Description |
|---|---|---|
| `tip` | `string` | Text shown in the tooltip on hover |

  `` uses the native `title` attribute for maximum compatibility. For richer tooltips with interactive content or markdown support, use a custom React component.