daybrush / moveable

Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!
https://daybrush.com/moveable/
MIT License
9.93k stars 616 forks source link

How to override/extend exist able? #609

Open rasfront opened 2 years ago

rasfront commented 2 years ago

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

rasfront commented 2 years ago

@daybrush i really need it

daybrush commented 2 years ago

@Raserad

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

First, Draggable, Resizable, etc. are exported.

import { Draggable } from "react-moveable";