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
+1-1
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ className | data-class | String | | extra custom class, can use !importan
69
69
delayShow | data-delay-show | Number | | `<p data-tip="tooltip" data-delay-show='1000'></p>` or `<ReactTooltip delayShow={1000} />`
70
70
insecure | null | Bool | true, false | Whether to inject the style header into the page dynamically (violates CSP style-src but is a convenient default)
71
71
border | data-border | Bool | true, false | Add one pixel white border
72
-
getContent | null | Func or Array | () => {}, [() => {}, Interval] | Generate the tip content dynamically
72
+
getContent | null | Func or Array | (dataTip) => {}, [(dataTip) => {}, Interval] | Generate the tip content dynamically
73
73
afterShow | null | Func | () => {} | Function that will be called after tooltip show
74
74
afterHide | null | Func | () => {} | Function that will be called after tooltip hide
75
75
disable | data-tip-disable | Bool | true, false | Disable the tooltip behaviour, default is false
0 commit comments