Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/supraniti/lean-mean-drag-and-drop

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/supraniti/lean-mean-drag-and-drop

  • v0.0.0-20180512141456-2385ba1495c4
  • Source
  • Go
  • Socket score

Version published
Created
Source

Lean-Mean-Drag-and-Drop

Lean & Mean Drag and Drop is a small script for dragging, dropping, sorting and reordering html structures

Features

  • Supports nested structures ('nestable sortables')
  • Smooth transitions
  • Auto scroll while dragging
  • Lightweight (~3.5kb gzipped) With no dependencies
  • Supports touch events
  • Super easy to integrate

Usage

//Load LMDD css and js files

<link href="../css/lmdd.min.css" rel="stylesheet">
<script src="../js/lmdd.min.js"></script>

//Initialize LMDD instance with your preferred options

<script>lmdd.set(document.getElementById('markupID'),{optionsObject});</script>

Examples & Instrcutions

can be found here: https://supraniti.github.io/Lean-Mean-Drag-and-Drop/

Notes

  • Bug reports, Feature requests, Questions and any other feedback are welcome

License

MIT

FAQs

Package last updated on 12 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc