Hello - first, a most excellent library! Thank you.
My usecase would be to render two groups of tags, and let dragging between them. A group would look like a tag cloud, the tags continuously overflowing over the lines.
Currently vue-dndrop Container has vertical or horizontal orientation, but doesn't let overflow.
I tried to hack with display: flex and flex-flow: wrap on the Container, which works for the layout, but when dragging around, positions of the holes are (unsurprisingly) weird.
I wonder if this could be supported? Thank you!
Robin
Hello - first, a most excellent library! Thank you.
My usecase would be to render two groups of tags, and let dragging between them. A group would look like a tag cloud, the tags continuously overflowing over the lines.
Currently vue-dndrop Container has vertical or horizontal orientation, but doesn't let overflow.
I tried to hack with
display: flex
andflex-flow: wrap
on the Container, which works for the layout, but when dragging around, positions of the holes are (unsurprisingly) weird.I wonder if this could be supported? Thank you! Robin