We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
id
1 parent b5d6fea commit 9c629c6Copy full SHA for 9c629c6
docs/docs/examples/events.mdx
@@ -79,7 +79,7 @@ Clicking anywhere outside the anchor element will close the tooltip.
79
import { Tooltip } from 'react-tooltip';
80
import 'react-tooltip/dist/react-tooltip.css';
81
82
-<a data-tooltip-id="my-tooltip"> ◕‿‿◕ </a>
+<a data-tooltip-id="my-tooltip-click"> ◕‿‿◕ </a>
83
<Tooltip
84
id="my-tooltip-click"
85
content="Hello world!"
0 commit comments