Skip to content

Instantly share code, notes, and snippets.

@aepyornis
Last active September 25, 2019 20:14
Show Gist options
  • Save aepyornis/c96f61d5645637cd5084cd0f457aae78 to your computer and use it in GitHub Desktop.
Save aepyornis/c96f61d5645637cd5084cd0f457aae78 to your computer and use it in GitHub Desktop.
<Provider>
<Root>
<GraphHeader>
<GraphTitleForm />
<GraphTitle />
<GraphByLine />
<GraphLinks />
</GraphHeader>
<Graph>
<svg>
<DraggableCore>
<g id="zoom">
[<Edge />]
[<Node />]
[<Caption />]
</g>
</DraggableCore>
</svg>
</Graph>
<Editor>
<ZoomButtons />
<EditTools>
<div id="buttons">
<EditButtons />
<UpdateCaptionForm />
<AddCaptionForm />
<LayoutButtons />
<UndoButtons />
</div>
<div>
<AddEdgeForm />
<UpdateNodeForm />
<UpdateEdgeForm />
<AddConnectedNodesForm />
<DeleteSelectedButton />
</div>
</EditTools>
</Editor>
<div id="oligrapherMetaButtons">
<EditButton/>
<SettingsButton />
<HelpButton />
</div>
<GraphSettingsForm />
<GraphAnnotations>
<GraphNavButtons />
<GraphAnnotation />
<GraphAnnotationList />
</GraphAnnotations>
<EmbeddedGraphAnnotations />
<SaveButton />
<HelpScreen />
</Root>
</Provider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment