Skip to content

Commit 4f803f1

Browse files
gabrieljablonskiGabriel Jablonski
authored andcommitted
docs: remove section from "Events" example page
1 parent f86c95b commit 4f803f1

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/docs/examples/events.mdx

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,3 @@ import 'react-tooltip/dist/react-tooltip.css';
6464
<TooltipAnchor id="tooltip-anchor-click">◕‿‿◕</TooltipAnchor>
6565
<Tooltip anchorId="tooltip-anchor-click" content="Hello World!" events={['click']} />
6666
</div>
67-
68-
### Using `hover` and `click`
69-
70-
```jsx
71-
import { Tooltip } from 'react-tooltip';
72-
import 'react-tooltip/dist/react-tooltip.css';
73-
74-
<a id="tooltip-anchor-hover-click"> ◕‿‿◕ </a>
75-
<Tooltip anchorId="tooltip-anchor-hover-click" content="Hello World!" events={['hover', 'click']} />
76-
```
77-
78-
<div style={{ display: 'flex', columnGap: '16px', justifyContent: 'center', paddingTop: '36px' }}>
79-
<TooltipAnchor id="tooltip-anchor-hover-click">◕‿‿◕</TooltipAnchor>
80-
<Tooltip
81-
anchorId="tooltip-anchor-hover-click"
82-
content="Hello World!"
83-
events={['hover', 'click']}
84-
/>
85-
</div>

0 commit comments

Comments
 (0)