UNPKG

@data-ui/histogram

Version:

React + d3 library for creating histograms

7 lines (6 loc) 193 B
export default function componentName(component) { if (component && component.type) { return component.type.displayName || component.type.name || 'Component'; } return 'Component'; }