Provides React components for embedding interactive visual graph, flowchart, and mind map editors in web applications.
GGEditor is a React-based library for creating visual graph editors. It includes specific components like `<Flow />` for flowcharts and `<Mind />` for mind maps. Users install it via `npm install gg-editor` and integrate these components by passing data to render various diagram types.
Provides React components for embedding interactive visual graph, flowchart, and mind map editors in web applications.
Developers building React applications that need visual editing for graphs, flowcharts, or mind maps.