Back to React Dnd

iframe

packages/docsite/markdown/examples/dustbin/iframe.md

16.0.0422 B
Original Source

This is the same dustbin example, but nested in an iframe.

When you are using the react-dnd-html5-backend, you are limited to drag-and-drop within a single HTML document.

Using react-dnd inside of an iframe requires using a DndProvider within the iframe.

<view-source name="01-dustbin/single-target-in-iframe" component="dustbin-single-target-in-iframe"> </view-source>