Skip to content

niiyeboah/dagre-d3-component

Repository files navigation

<dagre-d3-component>

Installation

Install dagre-d3-component:

npm i dagre-d3-component --save

Usage

Once installed, import it in your application:

import 'dagre-d3-component';

Add <dagre-d3-component> element to the page.

<dagre-d3-component></dagre-d3-component>

Running demo

  1. Fork the dagre-d3-component repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the dagre-d3-component directory, run npm install to install dependencies.

  4. Run npm start to open the demo.