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

@formkit/drag-and-drop

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formkit/drag-and-drop

Drag and drop package.

  • 0.0.13
  • npm
  • Socket score

Version published
Weekly downloads
8.1K
decreased by-79.83%
Maintainers
4
Weekly downloads
 
Created
Source

Drag and Drop

Introduction

Drag and Drop is a lightweight JavaScript library that allows you to sort values within a given list or transfer values from one list to another. FormKit Drag and Drop differs from other drag and drop libraries such as SortableJS in that it performs no DOM manipulation to move one element to another. Instead, it relies on the reactive values passed to it, and updates the values based on events from HTML5 Drag and Drop API.

💻 Install

via npm

npm install @formkit/drag-and-drop

or via yarn

yarn add @formkit/drag-and-drop

or via pnpm

pnpm install @formkit/drag-and-drop

🕹 Usage

Features:

Reactive framework wrappers

Multi-drag

Drag handles

Written in TypeScript

Animations

FAQs

Package last updated on 15 Feb 2024

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