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.
- Host: GitHub
- URL: https://github.com/himenon/path-tree
- Owner: Himenon
- License: mit
- Created: 2020-07-05T02:16:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T21:03:01.000Z (about 5 years ago)
- Last Synced: 2025-06-22T14:03:34.132Z (about 1 year ago)
- Topics: hierarchy, react, react-components, tree-component, typescript, vue-components, vuejs
- Language: TypeScript
- Homepage: https://codesandbox.io/s/react-path-tree-demo-khbxc
- Size: 439 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @path-tree
## packages
### [`@path-tree/collection`](packages/collection)
[](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)
[](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)
[](https://badge.fury.io/js/%40path-tree%2Fvue)
## LICENSE
`@path-tree` is [MIT licensed](./LICENSE).