Nodes
Node rendering components and custom node support. Default nodes are 3D spheres; variants add icons, SVGs, and badges. Use renderNode for fully custom rendering.
Import
import {
Sphere,
SphereWithIcon,
SphereWithSvg,
Svg,
Badge
} from 'reagraph';
Built-in Node Types
Sphere (Default)
Basic 3D sphere. This is what renders when no renderNode is provided.
SphereWithIcon
Sphere with an image/icon overlay.
| Prop | Type | Description | |------|--
[Description truncada. Veja o README completo no GitHub.]