vue-dndrop
vue-dndrop copied to clipboard
Support tag cloud layout / orientation
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
I am also interested in this, my use case is a tag cloud where the user has to drag tags from one source area to different drop zones 👍