Installation
Svelvet is available as an npm package.
npm
To install and save in your package.json
dependencies, run the command below using
npm:
npm install svelvet
Or yarn:
yarn add svelvet
After you've installed Svelvet, head over to Basic Usage to see how to render the component.
Terms
We use the following terms to describe parts of a Svelvet flow diagram:
Node: A node is a draggable element that can be connected to other nodes.
Edge: An edge is the connecting line between two nodes.
Anchor: An anchor is the connecting point between the node and the edge.
Handle: A handle is the element or shape that appears at the start or end of each
edge (e.g. semi-circle or arrowhead).