+ TreeView examples
+
+ {}}
+ onCollapse={this.handleCollapse}
+ />
+
+
+ );
+ }
+}
diff --git a/src/demos/main.jsx b/src/demos/main.jsx
index 8779014..85690d2 100644
--- a/src/demos/main.jsx
+++ b/src/demos/main.jsx
@@ -13,6 +13,7 @@ import SubToolbars from "./components/subToolbars";
import Lists from "./components/lists";
import FileInputs from "./components/fileInputs";
import Tooltips from "./components/tooltips";
+import TreeViews from "./components/treeviews";
const Main = ({ children }) => (