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 5050* The option you set on ` <ReactTooltip /> ` component will be implemented on every tooltip in a same page: ` <ReactTooltip effect="solid" /> `
5151* The option you set on a specific element, for example: ` <a data-type="warning"></a> ` will only affect this specific tooltip
5252
53- Check example: [ React-tooltip Test] ( http ://wwayne.com/ react-tooltip)
53+ Check example: [ React-tooltip Test] ( https ://react-tooltip.netlify.com/ )
5454
5555Global|Specific |Type |Values | Description
5656|:---|:---|:---|:---|:----
@@ -79,7 +79,7 @@ className | data-class | String | | extra custom class, can use !importan
7979 wrapper | null | String | div, span | Selecting the wrapper element of the react tooltip, default is div
8080
8181## 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/
8383
8484##### Note:
85851 . ** data-tip** is necessary, because ` <ReactTooltip /> ` finds the tooltip via this attribute
You can’t perform that action at this time.
0 commit comments