🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@hydroperx/draggable

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hydroperx/draggable

High performance, full featured drag and drop in a tiny (2k gzipped), dependency-free package

latest
Source
npmnpm
Version
1.2.6
Version published
Maintainers
1
Created
Source

@hydroperx/draggable

High performance, full featured drag and drop in a tiny (2k gzipped), dependency-free package.

Note:

@hydroperx/draggable is a modified copy of bcherny/draggable v4. Credits to that original repository.

Usage

HTML

<div id="id"></div>

TypeScript

import Draggable from "@hydroperx/draggable";
let element = document.getElementById("id");
new Draggable(element);

Keywords

drag

FAQs

Package last updated on 23 Nov 2025

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