Skip to content

Commit

Permalink
Update options.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Raithdk authored and gabrieljablonski committed Mar 14, 2023
1 parent cf6d5bd commit 2f69691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ import 'react-tooltip/dist/react-tooltip.css';
| data-tooltip-wrapper | string | false | `div` | `div` `span` | Element wrapper for the tooltip container, can be `div`, `span`, `p` or any valid HTML tag |
| ~~data-tooltip-events~~ | ~~string~~ | ~~false~~ | ~~`hover`~~ | ~~`hover click` `hover` `click`~~ | ~~Events to watch for when handling the tooltip state~~ <br/>**DEPRECATED**<br/>Use `openOnClick` tooltip prop instead |
| data-tooltip-position-strategy | string | false | `absolute` | `absolute` `fixed` | The position strategy used for the tooltip. Set to `fixed` if you run into issues with `overflow: hidden` on the tooltip parent container |
| data-tooltip-show | number | false | | any `number` | The delay (in ms) before showing the tooltip |
| data-tooltip-hide | number | false | | any `number` | The delay (in ms) before hiding the tooltip |
| data-tooltip-delay-show | number | false | | any `number` | The delay (in ms) before showing the tooltip |
| data-tooltip-delay-hide | number | false | | any `number` | The delay (in ms) before hiding the tooltip |
| data-tooltip-float | boolean | false | `false` | `true` `false` | Tooltip will follow the mouse position when it moves inside the anchor element (same as V4's `effect="float"`) |

### Props
Expand Down

0 comments on commit 2f69691

Please sign in to comment.