# d3-drag **Repository Path**: mirrors_d3/d3-drag ## Basic Information - **Project Name**: d3-drag - **Description**: Drag and drop SVG, HTML or Canvas using mouse or touch input. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # d3-drag [Drag-and-drop](https://en.wikipedia.org/wiki/Drag_and_drop) is a popular and easy-to-learn pointing gesture: move the pointer to an object, press and hold to grab it, “drag” the object to a new location, and release to “drop”. D3’s [drag behavior](#api-reference) provides a convenient but flexible abstraction for enabling drag-and-drop interaction on [selections](https://github.com/d3/d3-selection). ## Resources - [Documentation](https://d3js.org/d3-drag) - [Examples](https://observablehq.com/collection/@d3/d3-drag) - [Releases](https://github.com/d3/d3-drag/releases) - [Getting help](https://d3js.org/community)