Is it possible to use Vue Components like VueTreeselect in Rails or what would be a possible alternative to VueTreeselect?
Hey,
I found this nice multiple nested dropdown: https://vue-treeselect.js.org/ which allows to select in tree like structure and I would like to use it for categories.
I want to select
several categories at once, maybe two different paths in the tree even and I want to be able to select only a parent category as well.
Since I like it's layout I was wondering if it is possible to integrate it into in rails app. Has anyone ever tried something like this and could guide me into the wrong direction?
If it is not possible I would like to now if anyone is aware of a suitable alternative. I have spent quite some time for searching something like this and it was by far the nicest imo.
Thanks! Felix