File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
* The option you set on ` <ReactTooltip /> ` component will be implemented on every tooltip in a same page: ` <ReactTooltip effect="solid" /> `
51
51
* The option you set on a specific element, for example: ` <a data-type="warning"></a> ` will only affect this specific tooltip
52
52
53
- Check example: [ React-tooltip Test] ( http ://wwayne.com/ react-tooltip)
53
+ Check example: [ React-tooltip Test] ( https ://react-tooltip.netlify.com/ )
54
54
55
55
Global|Specific |Type |Values | Description
56
56
|:---|:---|:---|:---|:----
@@ -79,7 +79,7 @@ className | data-class | String | | extra custom class, can use !importan
79
79
wrapper | null | String | div, span | Selecting the wrapper element of the react tooltip, default is div
80
80
81
81
## Using react component as tooltip
82
- Check the example [ React-tooltip Test] ( http ://wwayne.com/ react-tooltip)
82
+ Check the example [ React-tooltip Test] ( https ://react-tooltip.netlify.com/ )
83
83
84
84
##### Note:
85
85
1 . ** data-tip** is necessary, because ` <ReactTooltip /> ` finds the tooltip via this attribute
You can’t perform that action at this time.
0 commit comments