Skip to main content

All Questions

0 votes
1 answer
168 views

VueJS/Tailwind draggable elements are not resizing the parent or obeying grid rules

I want to break my page into three sections and be able to drag items between each section. I'm using "vue": "^3.3.0",, "vuedraggable": "^4.1.0",, and "...
Andy's user avatar
  • 2,143
0 votes
1 answer
81 views

Wrap tag around a certain number of elements in grid

So currently I have this functionality where I have a Component that uploads images, and it takes up the full width. But when I click it, the view becomes a grid-view with two columns, where my ...
kohrhea's user avatar
  • 169