You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| data-tooltip-show | number | false || any `number`| tooltip show will be delayed in miliseconds by the amount of value |
110
110
| data-tooltip-hide | number | false || any `number`| tooltip hide will be delayed in miliseconds by the amount of value |
111
111
| 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"`) |
112
-
113
-
#### Observations
114
-
115
-
- When using `data-tooltip-content` the `<br />` works by default
116
-
- When using prop `content` the `<br />` doesn't work by default, use prop `html` instead of this
0 commit comments