1.0.0 • Published 1 year ago

react-column-view v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

React Column View Cover

Hooks for easily creating column views / file system trees in React

Getting started

Demo

Check out the main demo

Installing

Install using yarn running

yarn add react-column-view

Or with npm running

npm install react-column-view

Usage

Use the main hook in this way

const { insert, root, path, select } = useColumnView();

:warning: Contributing

The library is currently under development, so feel free to join the project.

Let's code!