Files
Ricardo Nunez 40d2e2cd2d Add proper language support for syntax highlighting to all code blocks (#807)
* Add proper language support for syntax highlighting to all code blocks

* Camel case inline code
2025-06-11 12:38:15 -07:00

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>