@uiw/react-dropdown
Advanced tools
Comparing version 4.1.2 to 4.2.0
{ | ||
"name": "@uiw/react-dropdown", | ||
"version": "4.1.2", | ||
"version": "4.2.0", | ||
"description": "Dropdown component", | ||
@@ -46,3 +46,3 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-overlay-trigger": "^4.1.2", | ||
"@uiw/react-overlay-trigger": "^4.2.0", | ||
"@uiw/utils": "^4.1.2" | ||
@@ -58,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "caafb4b0a1360c2a2bd46903932e4531860ce608" | ||
"gitHead": "ef630720992e1b680084bf028b6304fdcbcf71b9" | ||
} |
@@ -31,3 +31,3 @@ Dropdown 下拉菜单 | ||
<Dropdown menu={menu}> | ||
<a href="javascript:void(0)"> | ||
<a href='#' onClick={e => e.preventDefault()}> | ||
鼠标经过出现菜单 <Icon type="down" /> | ||
@@ -37,3 +37,3 @@ </a> | ||
<Dropdown trigger="click" menu={menu}> | ||
<a href="javascript:void(0)"> | ||
<a href='#' onClick={e => e.preventDefault()}> | ||
点击我出现下拉菜单 <Icon type="down" /> | ||
@@ -40,0 +40,0 @@ </a> |
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
20255