We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b498e commit 177254dCopy full SHA for 177254d
components/tooltips.mdx
@@ -8,10 +8,6 @@ Tooltips are a way to show a definition when you hover over text.
8
9
<Tooltip tip="This is a tooltip!" cta="Learn more about changelogs" href="/components/update">Hover over me</Tooltip> and see a tooltip in action
10
11
-<RequestExample>
12
-
13
```mdx Tooltip Example wrap
14
<Tooltip tip="This is a tooltip!" cta="Learn more about changelogs" href="/components/update">Hover over me</Tooltip>
15
```
16
17
-</RequestExample>
0 commit comments