@atlaskit/charlie-hierarchy
v0.2.0
Published
A component for building SVG-rendered trees, with support for custom node rendering, zooming, and panning.
Readme
CharlieHierarchy
CharlieHierarchy is a component for building SVG-rendered trees. It is a wrapper around the visx/hierarchy Tree component that provides a more declarative API and handles common use cases, allowing for a quicker entry point to creating trees.
Usage
import { CharlieHierarchy, useHierarchyData, HierarchyContainer } from '@atlaskit/charlie-hierarchy';
Detailed docs and example usage can be found here.
