Back to React Dnd

Handles and Previews

packages/docsite/markdown/examples/customize/handles-and-previews.md

16.0.0396 B
Original Source

React DnD lets you choose the draggable node, as well as the drag preview node in your component's render function.

You may also use an Image instance that you created programmatically once it has loaded.

<view-source name="05-customize/handles-and-previews" component="customize-handles-and-previews"> </view-source>