We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5d6fea + 9c629c6 commit 5911cabCopy full SHA for 5911cab
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