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
- Host: GitHub
- URL: https://github.com/knownasilya/ember-flow
- Owner: knownasilya
- License: mit
- Created: 2021-03-04T18:34:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T00:08:58.000Z (over 4 years ago)
- Last Synced: 2025-03-29T00:12:52.077Z (about 1 year ago)
- Topics: canvas, d3, ember, ember-addon, flow, flowchart, graph
- Language: TypeScript
- Homepage: https://ember-flow.netlify.app
- Size: 1.37 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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.

```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).