A dynamic social network graph visualization using Mermaid.js, perfect for displaying relationships between people, organizations, and groups.
<MermaidSocialGraph nodes={nodes} edges={edges} />
<MermaidSocialGraph nodes={nodes} edges={edges} theme="dark" />
<MermaidSocialGraph nodes={nodes} edges={edges} direction="LR" />
nodes
requirededges
requiredclassName
""
theme
"default"
direction
"TB"