graph-components Svelte Themes

Graph Components

A Svelte component library for representing graphs

Description

This repository is a Svelte component library for applications that would like to visually represent different types of graphs. The visual component allows you to specify and adjacency matrix and it will display a randomized 9 node graph in a specified region of evenly distributed nodes.

Goals

Expand the functionality and extensibility of the component

  • add prop for node amount
  • add prop for width and height of region
  • optional x and y components for manual node placement
  • random edge generation prop
  • node clicked callback

Top categories

Loading Svelte Themes