--- title: Drag and Drop type: examples order: 2 --- {% blockquote %} Drag & Drop {% endblockquote %}

Here you'll see a demo of how you might set up Drag and Drop with Uppy:

<% include html/app.html %>

On this page we're using the following HTML snippet:

{% include_code lang:html dragdrop/html/app.html %}

Along with this JavaScript:

{% include_code lang:js dragdrop/js/app.es6 %}

And the following CSS:

{% include_code lang:css dragdrop/css/app.css %}