moveable icon indicating copy to clipboard operation
moveable copied to clipboard

How can i create a button which help to move the element?

Open JigarPrajpati opened this issue 3 years ago • 1 comments

How can i create a button which allow me to move element? some thing like below when drag this button it start to move element. kindly add code in simple javascript not in rectjs. image

JigarPrajpati avatar Sep 26 '22 18:09 JigarPrajpati

@JigarPrajpati

if you created a button

set the button in dragTarget

dragTarget={document.querySelector(".button")}

// moveable.dragTarget = document.querySelector(".button");

daybrush avatar Sep 28 '22 13:09 daybrush