Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinfernald/react-flow-tree-expand-collapse
https://github.com/justinfernald/react-flow-tree-expand-collapse
react react-flow tree-diagram
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justinfernald/react-flow-tree-expand-collapse
- Owner: justinfernald
- Created: 2024-06-27T01:29:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T07:57:40.000Z (3 months ago)
- Last Synced: 2024-11-02T07:06:18.738Z (about 2 months ago)
- Topics: react, react-flow, tree-diagram
- Language: TypeScript
- Homepage: https://justinfernald.github.io/react-flow-tree-expand-collapse/
- Size: 1.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Flow Expand and Collapse Reimplementation
This is a reimplementation of the [Expand and Collapse example](https://reactflow.dev/examples/layout/expand-collapse) from ReactFlow
This example is created in a way so that is very simple to customize. It does use MobX for state management and Emotion for styling.
Thank you React Flow for creating an awesome library
Not all the features from the original example are reimplemented like animation and the ability to click and add new nodes just the core concept of toggling the viewing of children.