artem-mangilev / ngx-vflow

An open source library to build node-based UI with Angular 16+
https://www.ngx-vflow.org/
MIT License
154 stars 10 forks source link

[Feature request] Edge buttons #86

Closed lmrisdal closed 1 month ago

lmrisdal commented 1 month ago

Hi again! I find myself in need of putting buttons between nodes as I'm working on this workflow builder. React Flow seems to have this functionality: https://reactflow.dev/examples/edges/custom-edges

Again using Azure Logic Apps as an example for what I mean: image

artem-mangilev commented 1 month ago

Hi! There is a labels feature: https://www.ngx-vflow.org/features/labels You can pass there a custom content, a button for example

lmrisdal commented 1 month ago

Oh thanks, this is perfect! I was looking on the custom edges doc page and couldn't find anything 😅