@beercode/react-folder-tree
v0.2.1
Published
React Folder Tree
Downloads
14
Readme
React Folder Tree Component
Simple yet flexible folder tree component
Default Folder Tree
<FolderTree
onFileClick={(id: string) => {}}
tree={[
{
type: 'folder',
name: 'client',
files: [
{ type: 'file', name: 'Button.jsx' },
{ type: 'file', name: 'React-typescript.tsx' },
{ type: 'file', name: 'Typescript.ts' },
{ type: 'file', name: 'Json.json' },
],
},
]}
/>
Made with <3 and React;