moveable
moveable copied to clipboard
How can i create a button which help to move the element?
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.

@JigarPrajpati
if you created a button
set the button in dragTarget
dragTarget={document.querySelector(".button")}
// moveable.dragTarget = document.querySelector(".button");