mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
40d2e2cd2d
* Add proper language support for syntax highlighting to all code blocks * Camel case inline code
18 lines
384 B
Plaintext
18 lines
384 B
Plaintext
---
|
|
title: 'Tooltips'
|
|
description: 'Show a definition when you hover over text'
|
|
icon: 'message-square'
|
|
---
|
|
|
|
Tooltips are a way to show a definition when you hover over text.
|
|
|
|
<Tooltip tip="This is a tooltip!">Hover over me</Tooltip> and see a tooltip in action
|
|
|
|
<RequestExample>
|
|
|
|
```mdx Tooltip Example
|
|
<Tooltip tip="This is a tooltip!">Hover over me</Tooltip>
|
|
```
|
|
|
|
</RequestExample>
|