mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 23:43:57 +02:00
added treeview dependency
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
b7f444ff9f
commit
3c52c17227
@@ -1,5 +1,24 @@
|
||||
import React from "react";
|
||||
import { SidebarScroller } from "./style";
|
||||
import Tree from "react-treeview";
|
||||
|
||||
const Sidebar = () => { }
|
||||
const makeTree = () => {
|
||||
|
||||
}
|
||||
|
||||
const Sidebar = () => {
|
||||
|
||||
return (
|
||||
<Tree
|
||||
nodeLabel={<div>"Javascript"</div>}
|
||||
>
|
||||
<Tree
|
||||
nodeLabel={<div>"Javascript"</div>}
|
||||
>
|
||||
Test
|
||||
</Tree>
|
||||
</Tree>
|
||||
)
|
||||
}
|
||||
|
||||
export default Sidebar;
|
||||
Reference in New Issue
Block a user