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
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,6 @@ class | data-class | String | | extra custom class, can use !important to
62
62
delayShow | data-delay-show | Number | | `<p data-tip="tooltip" data-delay-show='1000'></p>` or `<ReactTooltip delayShow={1000} />`
63
63
border | data-border | Bool | true, false | Add one pixel white border
64
64
getContent | null | Func or Array | () => {}, [() => {}, Interval] | Generate the tip content dynamically
65
-
countTransform | data-count-transform | Bool | True, False | Tell tooltip if it needs to count parents' transform into position calculation, the default is true, but it should be set to false when using with react-list
66
65
afterShow | null | Func | () => {} | Function that will be called after tooltip show
67
66
afterHide | null | Func | () => {} | Function that will be called after tooltip hide
68
67
disable | data-tip-disable | Bool | true, false | Disable the tooltip behaviour, default is false
0 commit comments