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: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ 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
65
66
66
67
## Using react component as tooltip
67
68
Check the example [React-tooltip Test](http://wwayne.com/react-tooltip)
0 commit comments