Hooks for easily creating column views / file system trees in React
Check out the main demo
Install using yarn
running
yarn add react-column-view
Or with npm
running
npm install react-column-view
Use the main hook in this way
const { insert, root, path, select } = useColumnView();
The library is currently under development, so feel free to join the project.
Let's code!