@uiw/react-tree-checked
Advanced tools
Comparing version 4.3.0 to 4.3.1
{ | ||
"name": "@uiw/react-tree-checked", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "TreeChecked component", | ||
@@ -46,5 +46,5 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-checkbox": "^4.3.0", | ||
"@uiw/react-tree": "^4.3.0", | ||
"@uiw/utils": "^4.3.0", | ||
"@uiw/react-checkbox": "^4.3.1", | ||
"@uiw/react-tree": "^4.3.1", | ||
"@uiw/utils": "^4.3.1", | ||
"classnames": "2.2.6" | ||
@@ -61,3 +61,3 @@ }, | ||
}, | ||
"gitHead": "5e61a59c0674fdbeacedd1b8a69d585f8f1ba0b8" | ||
"gitHead": "f469dd7fc4c211873d65efcc065e2d0de2c64fed" | ||
} |
@@ -6,2 +6,8 @@ TreeChecked 树形选择控件 | ||
```jsx | ||
import { TreeChecked } from 'uiw'; | ||
// or | ||
import TreeChecked from '@uiw/react-tree-checked'; | ||
``` | ||
### 基础实例 | ||
@@ -11,3 +17,3 @@ | ||
```jsx | ||
import { Tree, Card, Row, Col } from 'uiw'; | ||
import { TreeChecked, Card, Row, Col } from 'uiw'; | ||
@@ -14,0 +20,0 @@ const data = [ |
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
15673
117
Updated@uiw/react-checkbox@^4.3.1
Updated@uiw/react-tree@^4.3.1
Updated@uiw/utils@^4.3.1