UNPKG

react-tree-graph

Version:

A react library for generating a graphical tree from data using d3

4 lines (3 loc) 155 B
import '../styles/style.css'; export { default as AnimatedTree } from './components/animatedTree'; export { default as Tree } from './components/tree';