Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/niiyeboah/dagre-d3-component
- Owner: niiyeboah
- License: mit
- Created: 2020-01-22T11:47:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T03:30:55.000Z (over 3 years ago)
- Last Synced: 2024-10-05T11:03:57.766Z (about 2 months ago)
- Topics: d3, dagre, dagre-d3, graph, javascript, polymer, svg, web-components
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.