UNPKG

react-d3-graph

Version:

React component to build interactive and configurable graphs with d3 effortlessly

6 lines (4 loc) 163 B
import Graph from "./components/graph/Graph"; import Node from "./components/node/Node"; import Link from "./components/link/Link"; export { Graph, Node, Link };