An open API service indexing awesome lists of open source software.

https://github.com/himenon/path-tree

Building a tree structure of files from path information.
https://github.com/himenon/path-tree

hierarchy react react-components tree-component typescript vue-components vuejs

Last synced: 5 months ago
JSON representation

Building a tree structure of files from path information.

Awesome Lists containing this project

README

          

# @path-tree

## packages

### [`@path-tree/collection`](packages/collection)

[![npm version](https://badge.fury.io/js/%40path-tree%2Fcollection.svg)](https://badge.fury.io/js/%40path-tree%2Fcollection)

Provides a hierarchy of directories and files from a one-dimensional array of objects, including.

### [`@path-tree/react`](packages/react)

[![npm version](https://badge.fury.io/js/%40path-tree%2Freact.svg)](https://badge.fury.io/js/%40path-tree%2Freact)

Provides components with a hierarchical structure.

[DEMO](https://codesandbox.io/s/react-path-tree-demo-khbxc)

### [`@path-tree/vue`](packages/vue)

[![npm version](https://badge.fury.io/js/%40path-tree%2Fvue.svg)](https://badge.fury.io/js/%40path-tree%2Fvue)

## LICENSE

`@path-tree` is [MIT licensed](./LICENSE).