Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

FI-LIFE/js-drag-drop

 
 

Repository files navigation

Drag and drop

Based on dragula 3.7.2 https://github.com/bevacqua/dragula

Install

npm i js-drag-drop
Including the CSS!

There's [a few CSS styles][16] you need to incorporate in order for js-drag-drop to work as expected.

You can add them by including [dist/js-drag-drop.css][12] or [dist/js-drag-drop.min.css][13] in your document. If you're using Stylus, you can include the styles using the directive below.

@import 'node_modules/js-drag-drop/js-drag-drop'

Packages

No packages published

Languages

  • JavaScript 98.8%
  • CSS 1.2%