Files
upstash__context7/docs/docs7/components/tooltips.mdx
Enes Gules 6d777619c2 Add Docs7 documentation and component guides (#3024)
Co-authored-by: Context7 Agent <docs-agent@context7.com>
Co-authored-by: Josh <josh@upstash.com>
Co-authored-by: context7[bot] <236830434+context7[bot]@users.noreply.github.com>
2026-09-02 18:14:37 +03:00

19 lines
354 B
Plaintext

---
title: Tooltips
description: Explain a word or action on hover
---
Wrap the text that should trigger the tooltip.
## Usage
```mdx
Read the <Tooltip tip="A short explanation">API reference</Tooltip>.
```
Add `cta` and `href` when the tooltip should include a link.
## Example
Read the <Tooltip tip="A short explanation">API reference</Tooltip>.