React Folder Tree
npm install @beercode/react-folder-treeSimple yet flexible folder tree component
``jsx``
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;