react-scalable-draggable

Draggable React component that respects CSS-transformed (scaled) parent containers.

Default (parentScale=1)

Standard draggable. Hold and drag the box. The parentRef keeps it inside the stage.

drag
position: (0, 0)

Inside scale(0.6)

Parent wrapper has transform: scale(0.6). Without parentScale the cursor and box would drift apart — set it to match the parent scale.

scaled
GitHub →