Mixed Content
Content for chart nodes can be specified in a number of ways.
If only a simple caption is required for each node, then the label
property
on the <OrgChart.Node>
component can be used.
Instead of plain text, it is possible to pass instead another React component via that same label property.
Whether the label property is used or not, node content can be included in the
<OrgChart.Node>
itself, this could be standard HTML tags or other React
components.
You can see from the example chart that when using the label property additional default styling is applied.
The Finished Chart
Example pending...