Skip to content

Latest commit

 

History

History
 
 

draggable

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

.draggable

Allow component to be dragged.

Installation

npm install @pencil.js/draggable

Examples

import "@pencil.js/draggable";

const options = {
    x: false
};
myComponent.draggable(options);