React D3 Tree Component

Description:

React D3 Tree is a React component that lets you represent hierarchical data (e.g. ancestor trees, organisational structure, package dependencies) as an animated & interactive tree graph by leveraging D3‘s tree layout.

Installation:

# Yarn
yarn add react-d3-tree

# NPM
$ npm install react-d3-tree

Preview:

React D3 Tree Component

Add Comment