artem-mangilev / ngx-vflow

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

[Feature Request] - Node Toolbar #46

Open shyamal890 opened 5 months ago

shyamal890 commented 5 months ago

Something like image

artem-mangilev commented 5 months ago

Thanks for your issue! You can kind of create custom logic for it with current lib features, like create a custom html node that shows toolbar inside of it on activate. But as I see a toolbar is outside of node, so this will require some additional work on lib side

ChristofFritz commented 2 weeks ago

I built something like this. The tricky part is to make it work in Safari. Position: relative & position: absolute doesn't really work with foreign object in safari. That's why I built it by rendering it outside the ngx-vflow component.