Skip to main content

New! Download Dragula.min.js -

To make Dragula work correctly, downloading just the .js file isn't enough. You need two components:

It works seamlessly with Vanilla JS, React, Vue, and Angular. Touch Support: It works on mobile devices out of the box. ⚠️ Common Troubleshooting download dragula.min.js

: The styling that ensures the "mirror" element (the item you are currently dragging) appears correctly and that containers behave as expected. To make Dragula work correctly, downloading just the

Once you have downloaded the files, follow these steps to set it up: Step 1: Include the Files ⚠️ Common Troubleshooting : The styling that ensures

📍 Without the CSS, your dragged items may disappear or flicker during movement. 🚀 How to Implementation Dragula

If you don't want to host the file locally, you can link to it via or jsdelivr . This is often faster for users due to browser caching. CDNJS: https://cloudflare.com jsDelivr: https://jsdelivr.net 3. Package Managers For modern development environments, use NPM or Yarn: npm install dragula yarn add dragula 🛠️ Essential Files You Need