GitHunt
KI

kidqn/react-nested-file-tree-ts

React component for presenting file-directory-tree-like structured data. Inherit from react-nested-file-tree and config for typescript and react 16+

react-nested-file-tree-ts

Inherit react-nested-file-tree
But in case I remove prop types to configure with react 16+ and Typescript

import NestedFileTreeView from 'react-nested-file-tree-ts' for using

#1.0.9 add extra class for file
filetree._contents.push ({
name: "File name",
path: "",
fileClassName: 'new class'
})

Languages

JavaScript97.8%CSS2.2%
Created December 4, 2017
Updated May 3, 2018
kidqn/react-nested-file-tree-ts | GitHunt