react-beautiful-tree
react-complex-tree
react-beautiful-tree | react-complex-tree | |
---|---|---|
1 | 4 | |
35 | 1,259 | |
- | 1.0% | |
0.0 | 6.7 | |
over 3 years ago | about 1 month ago | |
TypeScript | TypeScript | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react-beautiful-tree
react-complex-tree
-
Found out that the government of Canada is using my project
I recently found out that an open source software from Canadian Digital Services (CDS) is using one of my personal projects, which I found pretty cool. Github allows you to see a list of repos that depend on your project in the insights view, and while the list is often fairly limited since it just shows public repos, I still like to scroll through the list every once in a while because I sometimes see some interesting projects.
My project is https://github.com/lukasbach/react-complex-tree, a React tree library for building feature rich tree views without making assumptions on looks, similar to file-based tree views you might expect in the sidebar of your IDE. I saw that CDS is using it in a public form builder app https://github.com/cds-snc/platform-forms-client (integration: https://github.com/search?q=repo%3Acds-snc%2Fplatform-forms-client%20react-complex-tree&type=code).
If you are also interested in trying out react-complex-tree, the code and links to documentation is available on the github repo: https://github.com/lukasbach/react-complex-tree
It's always exciting when I see other people or organizations use my library, I've seen some very interesting and unique integrations of react-complex-tree, and am just as honored to see it being used by government services. Let me know what you think :)
-
I'm building react-complex-tree, an unopinionated tree component for react, and recently released a new version!
You can find the source code for it at https://github.com/lukasbach/react-complex-tree, and documentation and examples at https://rct.lukasbach.com
-
Creating a tree hierarchy similar to vscode sidebar
I'll also throw in this library that I wrote which was mostly motivated by the vscode tree view: https://github.com/lukasbach/react-complex-tree
-
I made an Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
The complete repo is available on Github: https://github.com/lukasbach/react-complex-tree
What are some alternatives?
react-dnd-treeview - A draggable / droppable React-based treeview component. You can use render props to create each node freely.
react-treebeard - React Tree View Component. Data-Driven, Fast, Efficient and Customisable.
hipt - Hipt is a library to parse plain text with indentation.
react-arborist - The complete tree view component for React
flexible-tree-printer - The most flexible console tree printer like the unix "tree" command that you can customize to suit your specific needs.
react-treeview - Easy, light, flexible tree view made with React.