vue-dndrop icon indicating copy to clipboard operation
vue-dndrop copied to clipboard

Support tag cloud layout / orientation

Open robinp opened this issue 3 years ago • 1 comments

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

robinp avatar May 29 '22 13:05 robinp

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 👍

gerbenvandijk avatar Jun 29 '22 13:06 gerbenvandijk