Skip to content

Instantly share code, notes, and snippets.

View trackleaf's full-sized avatar

Michael Andrew trackleaf

View GitHub Profile
@trackleaf
trackleaf / index.html
Created June 26, 2019 15:21
Drag and Drop Web Component // source https://jsbin.com/wonohof
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Drag and Drop Web Component</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.1.1/webcomponents-lite.js"></script>
</head>
<body>