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

https://github.com/knownasilya/ember-flow

Declarative Node/Edge Graph
https://github.com/knownasilya/ember-flow

canvas d3 ember ember-addon flow flowchart graph

Last synced: about 1 year ago
JSON representation

Declarative Node/Edge Graph

Awesome Lists containing this project

README

          

# ember-flow

:construction: Very early, things don't work as intended yet, plus not sure if declarative API will stay or not.

A declarative component based API for building flow charts with nodes and edges.

Nodes and edges for declarative code below

```hbs

{{api.configureEdge 'a' label='Edge A'}}


<:default>
Hello

<:ports as |p|>




<:default>
Good Bye

<:ports as |p|>



<:default>
Wave

<:ports as |p|>



```

## Compatibility

- Ember.js v3.24 or above
- Ember CLI v3.24 or above
- Node.js v12 or above

## Installation

```
ember install ember-flow
```

## Usage

[Longer description of how to use the addon in apps.]

## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.

## License

This project is licensed under the [MIT License](LICENSE.md).