How to create graphs similar to git branches using React?

118 views Asked by At

I want to add graphs in React similar to the below attached image. Is there any package available of achieving so? Or is it possible to make it using the Graph data structure?

enter image description here

1

There are 1 answers

1
Arjun Khunti On

You can look out for @gitgraph/react package, which provides a plenty of customization to visualize a graph.