moveable icon indicating copy to clipboard operation
moveable copied to clipboard

How to override/extend exist able?

Open rasfront opened this issue 2 years ago • 2 comments

I need to override snappable, draggable, resizable, rotatable logic. How can I do it?

rasfront avatar Feb 21 '22 15:02 rasfront

@daybrush i really need it

rasfront avatar Mar 07 '22 11:03 rasfront

@Raserad

What you will do with this is probably the most questionable.

First, Draggable, Resizable, etc. are exported.

import { Draggable } from "react-moveable";

daybrush avatar Mar 13 '22 10:03 daybrush