Skip to main content

All Questions

Tagged with
0 votes
0 answers
155 views

drag and drop in vuejs using an icon

I am working on drag and drop feature in my vue.js,here is my parent component: <script setup lang="ts"> import { ref, onMounted, defineAsyncComponent } from 'vue' import AddCourseCard ...
rudeTool's user avatar
  • 598
1 vote
1 answer
205 views

How to make a grid drag and drop like in google keep

I am trying to accomplish a drag and drop section like in google keep, in vuejs, where every div can be in a different height(all in the same width) example Searched google, used a library that didn't ...
Ben Isayev's user avatar
4 votes
0 answers
3k views

How to make bootstrap 5 carousel draggable

I'm trying to make a boostrap 5 carousel draggable using drag and drop API. I have a problem when the carousel is dragged into another position where it can be dropped, it will lose all css settings ...
fed3vt's user avatar
  • 299
0 votes
1 answer
1k views

Add background color when data changes with Vue

I have 3 containers where the first two of them have a drag and drop function, so that when I drop an element there, it changes that container color. This works correctly, but what I want to do is ...
gorkatteli's user avatar