🕸 Node-based Visualizations for React
REAFLOW is a modular diagram engine for build static or interactive editors. The library is feature rich and modular allowing for displaying complex visualizations with total customizability.
Install the package via NPM:
npm i reaflow --save
then add the component with some nodes and edges:
import React from 'react'; import { Canvas } from 'reaflow';export default () => ( );
yarn install
yarn start