UNPKG

react-sigma

Version:

Lightweight but powerful library for drawing network graphs built on top of SigmaJS

6 lines 196 B
import React from 'react'; export function embedProps(elements, extraProps) { return React.Children.map(elements, function (element) { return React.cloneElement(element, extraProps); }); }