@thetooaung/react-file-tree
v0.1.0
Published
A reusable, animated React file tree component with drag-and-drop directory upload support.
Maintainers
Readme
React File Tree
React File Tree is a React-based application that allows users to upload local folders and view them in a beautiful tree structure. This project aims to provide a user-friendly interface for navigating through file directories.
The best part?
- It's smoothly animated unlike typical npm libraries, making your experience seamless and enjoyable.
Features
- Upload local folders.
- Display the file structure in a tree view.
Preview
- https://react-file-tree-ochre.vercel.app/
Installation
npm install react-file-treeimport { FileExplorer } from "react-file-tree";
function App() {
return <FileExplorer />;
}Peer dependencies: react, react-dom, framer-motion
Future Development
- Display different types of item content in a side panel.
Reference
- Inspired by MUI React Tree View.
License
MIT
