react-tooltip-lite
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-tooltip-lite", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "React tooltip, focused on simplicity and performance", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -89,5 +89,5 @@ # React tooltip-lite | ||
<tr> | ||
<td>eventOn</td> | ||
<td>eventToggle</td> | ||
<td>string</td> | ||
<td>full name of supported react event to toggle the tooltip, e.g.: 'onClick'</td> | ||
<td>full name of supported react event to toggle the tooltip, e.g.: 'onClick', default hover toggling is disabled when using this option</td> | ||
</tr> | ||
@@ -97,3 +97,3 @@ <tr> | ||
<td>boolean</td> | ||
<td>whether to use hover to show/hide the tip</td> | ||
<td>whether to use hover to show/hide the tip, defaults to true</td> | ||
</tr> | ||
@@ -100,0 +100,0 @@ </tbody> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1667675