A React/d3 implementation of a circle pack diagram.
You can import the Component with either
import ReactD3CirclePack from 'react-d3-circlepack'
or
const ReactD3CirclePack = require('react-d3-circlepack')
This is a bare bones implementation. The bundle is not currently optimized for performance at all. Will optimize and add tweening/styling in the next release.