1.0.8 • Published 6 years ago

click-and-drag v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

click-and-drag

This library provides a very simple API to use drag events on specific DOM elements

installation

npm install click-and-drag

usage

import draggable from 'click-and-drag'
const element = draggable({
    element: document.getElementById('app'),
    onDragstarted: (event) => console.log(event),
    onDragChanged: (event) => console.log(event),
    onDragEnded: (event) => console.log(event)
})
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago