retejs / connection-path-plugin

Home Page:https://retejs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vertical flow with top and bottom sockets

Githamza opened this issue · comments

Actually sockets are positioned on the left and right side , is it possible to make a vertical graph with sockets on top ( input ) and bottom ( output ) , if yes is the brete-arrange-plugin able to arrange them ?

to make a vertical graph

retejs/connection-plugin#3 (comment)

with sockets on top ( input ) and bottom ( output )

Implement custom node component

is the rete-arrange-plugin able to arrange them

editor.use(AutoArrangePlugin, { vertical: true });

great ! thanks