Description:
React component for 2D, 3D and VR force directed graphs.
This module exports 3 React components with identical interfaces: ForceGraph2D, ForceGraph3D and ForceGraphVR. Each can be used to represent a graph data structure in a 2 or 3-dimensional space using a force-directed iterative layout.
Installation:
# NPM $ npm install react-force-graph --save
