Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niiyeboah/dagre-d3-component

Web Component wrapper for Dagre D3
https://github.com/niiyeboah/dagre-d3-component

d3 dagre dagre-d3 graph javascript polymer svg web-components

Last synced: about 1 month ago
JSON representation

Web Component wrapper for Dagre D3

Awesome Lists containing this project

README

        

# <dagre-d3-component>

## Installation

Install `dagre-d3-component`:

```sh
npm i dagre-d3-component --save
```

## Usage

Once installed, import it in your application:

```js
import 'dagre-d3-component';
```

Add `` element to the page.

```html

```

## Running demo

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

1. Make sure you have [npm](https://www.npmjs.com/) installed.

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

1. Run `npm start` to open the demo.