react-custom-tree
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-custom-tree", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Fully customizable tree ui component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -71,4 +71,4 @@ # react-custom-tree | ||
import Tree from 'react-custom-tree' | ||
import data from './data.json' | ||
class App extends Component { | ||
@@ -79,3 +79,3 @@ | ||
this.state = { | ||
data:data | ||
}; | ||
@@ -109,7 +109,4 @@ } | ||
## Custom Child and Parent Component sample | ||
``` | ||
@@ -167,5 +164,7 @@ import React, { Component } from 'react' | ||
``` | ||
Check live demo for examples | ||
[Live demo](https://sojinantony01.github.io/react-custom-tree/) | ||
[Sojin Antony](https://github.com/sojinantony01) | ||
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
11190
167